mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
socket: Add CFLAGS-accept.c and CFLAGS-connect.c
Thec59f716993
(accept) and3ddf9bc185
(connect) added on io/Makefile instead of socket/Makefile. Checked on arm-linux-gnueabihf (where without the flags both the tst-cancelx4 and tst-cancelx5 fails).
This commit is contained in:
parent
be60d70166
commit
a4dceb2684
@ -105,8 +105,6 @@ CFLAGS-fallocate64.c += -fexceptions
|
||||
CFLAGS-read.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-write.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-close.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-accept.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-connect.c += -fexceptions -fasynchronous-unwind-tables
|
||||
|
||||
CFLAGS-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
||||
CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE
|
||||
|
@ -43,3 +43,5 @@ CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-connect.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-accept.c += -fexceptions -fasynchronous-unwind-tables
|
||||
|
Loading…
Reference in New Issue
Block a user