Update abandoned code for sysdeps/generic demise.
[glibc-ports.git] / sysdeps / arm / eabi / Makefile
blob0f92d7ad42be2e29a843027bff1672895ad4c78e
1 ifeq ($(subdir),csu)
2 aeabi_constants = aeabi_lcsts aeabi_sighandlers aeabi_math
3 aeabi_routines = aeabi_assert aeabi_localeconv aeabi_errno_addr \
4 aeabi_mb_cur_max aeabi_atexit aeabi_memclr aeabi_memcpy \
5 aeabi_memmove aeabi_memset
7 sysdep_routines += $(aeabi_constants) $(aeabi_routines)
8 static-only-routines += $(aeabi_constants)
10 # get offset to rtld_global._dl_hwcap
11 gen-as-const-headers += rtld-global-offsets.sym
12 endif
14 ifeq ($(subdir),elf)
15 sysdep_routines += aeabi_unwind_cpp_pr1 find_exidx
16 shared-only-routines += aeabi_unwind_cpp_pr1
17 sysdep-rtld-routines += aeabi_unwind_cpp_pr1
18 endif
20 ifeq ($(subdir),math)
21 $(objpfx)libm.so: $(elfobjdir)/ld.so
22 endif