diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:42:08 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:42:08 -0800 |
commit | ac9e0e5e401fa634667a8284a0db0ca886bf816b (patch) | |
tree | 613958b3c5ccaa2f5413aff2a2c904196f2209e6 /sysdeps/hppa/Makefile | |
parent | ebda2f17ffc735f7daa67f752ec454b3f305e392 (diff) | |
download | glibc-ac9e0e5e401fa634667a8284a0db0ca886bf816b.tar.gz glibc-ac9e0e5e401fa634667a8284a0db0ca886bf816b.tar.xz glibc-ac9e0e5e401fa634667a8284a0db0ca886bf816b.zip |
Clean up sysdep-dl-routines variable.
Diffstat (limited to 'sysdeps/hppa/Makefile')
-rw-r--r-- | sysdeps/hppa/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index 078f90a60c..ace6eb963c 100644 --- a/sysdeps/hppa/Makefile +++ b/sysdeps/hppa/Makefile @@ -26,8 +26,6 @@ CFLAGS-rtld.c += -mdisable-fpregs sysdep-dl-routines += dl-symaddr dl-fptr # dl-fptr.c needs a complete rewrite to fix ISO C aliasing violations. CFLAGS-dl-fptr.c = -Wno-error -sysdep_routines += $(sysdep-dl-routines) -sysdep-rtld-routines += $(sysdep-dl-routines) endif ifeq ($(subdir),csu) |