glibc/sysdeps/s390/Makefile
2014-01-07 09:42:23 +01:00

10 lines
179 B
Makefile

ifeq ($(subdir),setjmp)
ifeq (yes,$(build-shared))
sysdep_routines += v1-longjmp v1-sigjmp
endif
endif
ifeq ($(subdir),csu)
gen-as-const-headers += rtld-global-offsets.sym
endif