diff options
Diffstat (limited to 'sysdeps/s390/Makefile')
-rw-r--r-- | sysdeps/s390/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/s390/Makefile b/sysdeps/s390/Makefile index fdc6ee50dc..42978dc8b2 100644 --- a/sysdeps/s390/Makefile +++ b/sysdeps/s390/Makefile @@ -3,3 +3,7 @@ ifeq (yes,$(build-shared)) sysdep_routines += v1-longjmp v1-sigjmp endif endif + +ifeq ($(subdir),csu) +gen-as-const-headers += rtld-global-offsets.sym +endif |