glibc/sysdeps/s390/Makefile

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