mirror of git://sourceware.org/git/glibc.git
9 lines
148 B
Makefile
9 lines
148 B
Makefile
|
ifeq ($(subdir),csu)
|
||
|
CFLAGS-initfini.s += -DWEAK_GMON_START
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),misc)
|
||
|
sysdep_headers += sys/io.h
|
||
|
sysdep_routines += ioperm
|
||
|
endif
|