From 0bf825788a759578139343e4a5728a948950147b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Aug 2013 09:45:02 -0700 Subject: [PATCH] Temp NEON hack for building --- sysdeps/arm/nacl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/arm/nacl/Makefile b/sysdeps/arm/nacl/Makefile index 3fa689fa577..afe27333aa9 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 -- 2.47.2