aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-05-07 20:46:26 +0000
committerUlrich Drepper <drepper@redhat.com>2004-05-07 20:46:26 +0000
commit1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed (patch)
treef7ebb37808b1ed893a1da4238cfcf4ee04dca2f7 /sysdeps
parent9be31a514921c7415d61834ffa1387f24f631dfb (diff)
downloadglibc-1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed.tar
glibc-1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed.tar.gz
glibc-1fe42a2b00420dd7bfb44e9222d0eae72c2a0fed.tar.bz2
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')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile5
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