diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-31 18:10:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-31 18:10:47 +0000 |
commit | cd2fbe58e617407e79b64c68cef34224803aa910 (patch) | |
tree | b07a2d7ac749cf125426c8deb41668deeaf6d2c8 /sunrpc/Makefile | |
parent | b5bc52efe77e9f0deeb2ee141ea066ab18c927da (diff) | |
download | glibc-cd2fbe58e617407e79b64c68cef34224803aa910.tar glibc-cd2fbe58e617407e79b64c68cef34224803aa910.tar.gz glibc-cd2fbe58e617407e79b64c68cef34224803aa910.tar.bz2 glibc-cd2fbe58e617407e79b64c68cef34224803aa910.zip |
Update.
2003-08-31 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/bsd-_setjmp.S: Use HIDDEN_JUMPTARGET.
* include/setjmp.h: Add libc_hidden_proto for __sigsetjmp.
(CFLAGS-clnt_perr.c): Likewise.
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 305bd68651..2a45f049ca 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -121,6 +121,7 @@ CFLAGS-xkey_prot.c = -Wno-unused CFLAGS-auth_unix.c = -fexceptions CFLAGS-key_call.c = -fexceptions CFLAGS-pmap_rmt.c = -fexceptions +CFLAGS-clnt_perr.c = -fexceptions ifeq (yes,$(have_doors)) CPPFLAGS-key_call.c += -DHAVE_DOORS=1 |