diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-03-19 15:25:05 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-03-19 15:25:05 -0700 |
commit | 1b7eaf06179cd7d3e15b35774fe12ff7aba39daa (patch) | |
tree | 152d31a61f52033781b70539c3a109473bb01b76 | |
parent | a928fd829207e6ad9675ca6a80050517a2f3917f (diff) | |
download | glibc-1b7eaf06179cd7d3e15b35774fe12ff7aba39daa.tar.gz glibc-1b7eaf06179cd7d3e15b35774fe12ff7aba39daa.tar.xz glibc-1b7eaf06179cd7d3e15b35774fe12ff7aba39daa.zip |
Disable tlsdesc stuff.
-rw-r--r-- | sysdeps/arm/nacl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/arm/nacl/Makefile b/sysdeps/arm/nacl/Makefile index afe27333aa..5e56895cbd 100644 --- a/sysdeps/arm/nacl/Makefile +++ b/sysdeps/arm/nacl/Makefile @@ -1,5 +1,5 @@ -# XXX temporary until the compiler build can be fixed -sysdep-CPPFLAGS += -D__ARM_NEON__=1 +# We don't really support TLSDESC, even though the compiler thinks it does. +have-arm-tls-desc = no ifeq ($(subdir),csu) sysdep_routines += aeabi_read_tp |