mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Adding missing -fexception CFLAGS
This commit is contained in:
parent
3a0d900a99
commit
c485e4d2cc
@ -1,3 +1,9 @@
|
||||
2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
|
||||
* misc/Makefile (CFLAGS-select.c): Define.
|
||||
* posix/Makefile (CFLAGS-pause.c): Define.
|
||||
|
||||
2012-11-13 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* crypt/Makefile: Move test targets after toplevel Rules
|
||||
|
@ -73,6 +73,8 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \
|
||||
|
||||
include ../Rules
|
||||
|
||||
CFLAGS-open.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-open64.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-fcntl.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-poll.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-ppoll.c = -fexceptions -fasynchronous-unwind-tables
|
||||
|
@ -81,6 +81,7 @@ ifeq ($(run-built-tests),yes)
|
||||
tests: $(objpfx)tst-error1-mem
|
||||
endif
|
||||
|
||||
CFLAGS-select.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-tsearch.c = $(uses-callbacks)
|
||||
CFLAGS-lsearch.c = $(uses-callbacks)
|
||||
CFLAGS-pselect.c = -fexceptions
|
||||
|
@ -1,3 +1,8 @@
|
||||
2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* Makefile (CFLAGS-open.c, CFLAGS-open64.c, CFLAGS-pause.c)
|
||||
(CFLAGS-recv.c, CFLAGS-send.c): Define.
|
||||
|
||||
2012-11-06 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* tst-sem14.c (TIMEOUT): Set timeout to 10 seconds.
|
||||
|
@ -191,6 +191,11 @@ CFLAGS-sigwait.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-msgrcv.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-msgsnd.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-tcdrain.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-open.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-open64.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-pause.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-recv.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-send.c = -fexceptions -fasynchronous-unwind-tables
|
||||
|
||||
CFLAGS-pt-system.c = -fexceptions
|
||||
|
||||
|
@ -135,6 +135,7 @@ $(objpfx)config-name.h: $(..)scripts/config-uname.sh $(common-objpfx)config.make
|
||||
|
||||
CFLAGS-regex.c = -Wno-strict-prototypes
|
||||
CFLAGS-getaddrinfo.c = -DRESOLVER -fexceptions
|
||||
CFLAGS-pause.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-pread.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-pread64.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-pwrite.c = -fexceptions -fasynchronous-unwind-tables
|
||||
|
Loading…
Reference in New Issue
Block a user