diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-07 20:46:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-07 20:46:26 +0000 |
commit | 1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed (patch) | |
tree | f7ebb37808b1ed893a1da4238cfcf4ee04dca2f7 /sysdeps/unix | |
parent | 9be31a514921c7415d61834ffa1387f24f631dfb (diff) | |
download | glibc-1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed.tar.gz glibc-1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed.tar.xz glibc-1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed.zip |
Update.
2004-05-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c need to be compiled with exceptions.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 5964d0534d..f83463738d 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -145,3 +145,8 @@ sysdep-rtld-routines += dl-brk dl-sbrk CPPFLAGS-lddlibc4 += -DNOT_IN_libc endif + +ifeq ($(subdir),rt) +CFLAGS-mq_send.c += -fexceptions +CFLAGS-mq_receive.c += -fexceptions +endif |