diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-30 18:51:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-30 18:51:25 +0000 |
commit | 443f79339b4313c6001388ca03d34d76be4a380d (patch) | |
tree | 34874ed9ecb5ccc69e7f7a878797463ab7c0ba15 /inet | |
parent | 2b29b09e66c3999dbe75aee6227f975527531d96 (diff) | |
download | glibc-443f79339b4313c6001388ca03d34d76be4a380d.tar glibc-443f79339b4313c6001388ca03d34d76be4a380d.tar.gz glibc-443f79339b4313c6001388ca03d34d76be4a380d.tar.bz2 glibc-443f79339b4313c6001388ca03d34d76be4a380d.zip |
Update.
* 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.
Diffstat (limited to 'inet')
-rw-r--r-- | inet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inet/Makefile b/inet/Makefile index 6a0c0c5d17..747b6800ea 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -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 |