From: Roland McGrath Date: Mon, 5 Aug 2013 16:45:02 +0000 (-0700) Subject: Temp NEON hack for building X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf825788a759578139343e4a5728a948950147b;p=thirdparty%2Fglibc.git Temp NEON hack for building --- 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