mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-07 10:00:07 +00:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
|
ifeq ($(subdir),socket)
|
||
|
CFLAGS-recv.c += -fexceptions
|
||
|
CFLAGS-send.c += -fexceptions
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),nptl)
|
||
|
CFLAGS-recv.c += -fexceptions
|
||
|
CFLAGS-send.c += -fexceptions
|
||
|
endif
|