]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 30 Aug 2003 18:51:25 +0000 (18:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 30 Aug 2003 18:51:25 +0000 (18:51 +0000)
* inet/Makefile (CFLAGS-gethstbyad_r.c): Add -fexceptions.
(CFLAGS-gethstbynm_r.c): Likewise.
(CFLAGS-gethstbynm2_r.c): Likewise.
* resolv/Makefile (CFLAGS-res_hconf.c): Add -fexceptions.

ChangeLog
inet/Makefile
resolv/Makefile

index 3253b754ecedcd73c90cbf239c16222ddd74231a..f991599cb24fe2952a9735612ee81a518a0708d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-08-30  Ulrich Drepper  <drepper@redhat.com>
 
+       * inet/Makefile (CFLAGS-gethstbyad_r.c): Add -fexceptions.
+       (CFLAGS-gethstbynm_r.c): Likewise.
+       (CFLAGS-gethstbynm2_r.c): Likewise.
+       * resolv/Makefile (CFLAGS-res_hconf.c): Add -fexceptions.
+
        * argp/Makefile (CFLAGS-argp-help.c): Add -fexceptions.
        (CFLAGS-argp-fmtstream.c): Likewise.
        * argp/argp.h: Remove a number of __THROW.
index 6a0c0c5d1786874b9a91686cf52a9870c37a8ee7..747b6800ea9bd367e47ff794b41ab7cc37f59ffb 100644 (file)
@@ -56,9 +56,9 @@ include ../Rules
 
 ifeq ($(have-thread-library),yes)
 
-CFLAGS-gethstbyad_r.c = -DUSE_NSCD=1
-CFLAGS-gethstbynm_r.c = -DUSE_NSCD=1
-CFLAGS-gethstbynm2_r.c = -DUSE_NSCD=1
+CFLAGS-gethstbyad_r.c = -DUSE_NSCD=1 -fexceptions
+CFLAGS-gethstbynm_r.c = -DUSE_NSCD=1 -fexceptions
+CFLAGS-gethstbynm2_r.c = -DUSE_NSCD=1 -fexceptions
 
 endif
 
index c24197d2a3bb2492332c83ae8165538acd8495b8..1f2ecc528d5081f0bdc35af949503c83d83b4045 100644 (file)
@@ -73,6 +73,8 @@ CPPFLAGS += -Dgethostbyname=res_gethostbyname \
            -Dgetnetbyname=res_getnetbyname \
            -Dgetnetbyaddr=res_getnetbyaddr
 
+CFLAGS-res_hconf.c = -fexceptions
+
 # The BIND code elicits some harmless warnings.
 +cflags += -Wno-strict-prototypes -Wno-write-strings