mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
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.
This commit is contained in:
parent
9be31a5149
commit
1fe42a2b00
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user