mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
|
ifeq ($(subdir),csu)
|
||
|
gen-as-const-headers += tcb-offsets.sym
|
||
|
endif
|
||
|
|
||
|
ASFLAGS-.os += $(pic-ccflag)
|
||
|
|
||
|
ifeq ($(subdir),gmon)
|
||
|
sysdep_routines += csky-mcount
|
||
|
endif
|