mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00: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…
Reference in New Issue
Block a user