glibc/sysdeps/s390/Makefile

10 lines
179 B
Makefile
Raw Normal View History

2014-01-07 08:36:31 +00:00
ifeq ($(subdir),setjmp)
ifeq (yes,$(build-shared))
sysdep_routines += v1-longjmp v1-sigjmp
endif
endif
2014-01-07 08:37:31 +00:00
ifeq ($(subdir),csu)
gen-as-const-headers += rtld-global-offsets.sym
endif