mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Add exception-based flags for wait4
It fixes the tst-cancelx4 and tst-cancelx5 on sparc{64,v9}. Checked on sparc64-linux-gnu and sparcv9-linux-gnu.
This commit is contained in:
parent
525de033a9
commit
57e687c6d4
@ -223,6 +223,7 @@ CFLAGS-sleep.c += -fexceptions
|
||||
CFLAGS-wait.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-waitid.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-waitpid.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-wait4.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-getopt.c += -fexceptions
|
||||
CFLAGS-wordexp.c += -fexceptions
|
||||
CFLAGS-wordexp.os = -fomit-frame-pointer
|
||||
|
Loading…
x
Reference in New Issue
Block a user