diff options
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile index 855510ad48..27ffe44c05 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -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 |