mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-17 22:20:11 +00:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
64bit-predefine = __s390x__
|
|
ifeq ($(subdir),rt)
|
|
librt-routines += rt-sysdep
|
|
endif
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
gen-as-const-headers += ucontext_i.sym
|
|
endif
|