mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
10 lines
179 B
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
|