summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/arm/nacl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/arm/nacl/Makefile b/sysdeps/arm/nacl/Makefile
index 3fa689fa57..afe27333aa 100644
--- a/sysdeps/arm/nacl/Makefile
+++ b/sysdeps/arm/nacl/Makefile
@@ -1,3 +1,6 @@
+# XXX temporary until the compiler build can be fixed
+sysdep-CPPFLAGS += -D__ARM_NEON__=1
+
 ifeq ($(subdir),csu)
 sysdep_routines += aeabi_read_tp
 endif