mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08: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
|