summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-05 09:45:02 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-05 09:45:02 -0700
commit0bf825788a759578139343e4a5728a948950147b (patch)
treee831ad7c7634ab5e9e5e62468e261c4a3a296f17
parentb345228dee5207a7b81ba43e3aceae42fce3021c (diff)
downloadglibc-0bf825788a759578139343e4a5728a948950147b.tar.gz
glibc-0bf825788a759578139343e4a5728a948950147b.tar.xz
glibc-0bf825788a759578139343e4a5728a948950147b.zip
Temp NEON hack for building
-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