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.
This commit is contained in:
Ulrich Drepper 2004-05-07 20:46:26 +00:00
parent 9be31a5149
commit 1fe42a2b00
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View 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