blob: 42978dc8b28040e072dfcd10cdd54f85220866bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|