mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
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
|