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/arm | |
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/arm')
-rw-r--r-- | sysdeps/arm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile index f72cce0919..17c129b2e1 100644 --- a/sysdeps/arm/Makefile +++ b/sysdeps/arm/Makefile @@ -3,8 +3,8 @@ static-gnulib-arch = $(elf-objpfx)libgcc-stubs.a ifeq ($(subdir),elf) sysdep-dl-routines += tlsdesc dl-tlsdesc -sysdep_routines += aeabi_unwind_cpp_pr1 find_exidx tlsdesc dl-tlsdesc -sysdep-rtld-routines += aeabi_unwind_cpp_pr1 tlsdesc dl-tlsdesc +sysdep_routines += aeabi_unwind_cpp_pr1 find_exidx +sysdep-rtld-routines += aeabi_unwind_cpp_pr1 shared-only-routines += aeabi_unwind_cpp_pr1 $(objpfx)libgcc-stubs.a: $(objpfx)aeabi_unwind_cpp_pr1.os |