diff options
author | gonzo <gonzo@FreeBSD.org> | 2012-02-14 00:18:18 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2012-02-14 00:18:18 +0000 |
commit | 322eb429d27b6288b1f1ff0402fa021e378b2c99 (patch) | |
tree | 2f23ddc65348739c3b1a6edd91c3a059c86db7b2 /gnu | |
parent | 04a89c6a3dd966bcd4e1d7cde49f0419d8fd496c (diff) | |
download | FreeBSD-src-322eb429d27b6288b1f1ff0402fa021e378b2c99.zip FreeBSD-src-322eb429d27b6288b1f1ff0402fa021e378b2c99.tar.gz |
Enable TLS support for ARM toolchain
Reviewed by: cognet
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index a6ce739..5d6ddc0 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -287,10 +287,8 @@ /* Define if your assembler supports thread-local storage. */ #ifndef USED_FOR_TARGET -#if !defined(__arm__) #define HAVE_AS_TLS 1 #endif -#endif /* Define to 1 if you have the `atoll' function. */ |