diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-03-11 21:24:02 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-03-11 21:24:02 +0000 |
| commit | d6582233c1b8e3327ae781a1037dce671d7c7758 (patch) | |
| tree | 449de25d9399dc123f2183b2e204b768f1b6a305 /gnu/usr.bin/cc | |
| parent | 080ca1a51b723223386b013c00d06d7cb4dbf100 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 86795e1a53f9..a6ce739b36fe 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -287,7 +287,7 @@ /* Define if your assembler supports thread-local storage. */ #ifndef USED_FOR_TARGET -#if !defined(__sparc64__) && !defined(__arm__) +#if !defined(__arm__) #define HAVE_AS_TLS 1 #endif #endif |
