summary refs log tree commit diff
path: root/sysdeps/arm/nacl/Makefile
blob: afe27333aa9fe6ad8683a0296fc903a291e09860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# XXX temporary until the compiler build can be fixed
sysdep-CPPFLAGS += -D__ARM_NEON__=1

ifeq ($(subdir),csu)
sysdep_routines += aeabi_read_tp
endif

ifeq ($(subdir),elf)
sysdep-rtld-routines += aeabi_read_tp
endif