From 80b5421740a2aeed70072c378762005b671086af Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 1 Jun 2003 08:52:38 +0000 Subject: Update. 2003-06-01 Ulrich Drepper * elf/Makefile (CFLAGS-dl-runtime.c): Define. * wcsmbs/wcpncpy.c (__wcpncpy): Fix broken implementation to match stpncpy. --- elf/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/Makefile') diff --git a/elf/Makefile b/elf/Makefile index c557bd8f37..003f77e12e 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -82,6 +82,8 @@ distribute := rtld-Rules \ tst-array2dep.c \ check-textrel.c dl-sysdep.h +CFLAGS-dl-runtime.c = -fexceptions -fasynchronous-unwind-tables + include ../Makeconfig ifeq ($(unwind-find-fde),yes) -- cgit 1.4.1