]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 7 May 2004 20:46:26 +0000 (20:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 7 May 2004 20:46:26 +0000 (20:46 +0000)
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.

ChangeLog
sysdeps/unix/sysv/linux/Makefile

index 07d8e0439f2c7ec4983c609ae9dd9e747539d703..78cc4bf9f2fb105a1c9f7ad6745a18054e8207bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
index 5964d0534d7011285ebd01d9cb5a178d37403c3a..f83463738d829903a7a152d46770daf712dc8ee7 100644 (file)
@@ -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