diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 09:57:11 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 09:57:11 +0000 |
commit | dde02e56682c872c3404b11c69f01c30a76903c7 (patch) | |
tree | 25a3935e9352f84197f574bdb40f24f276cd0cb6 /config/tls.m4 | |
parent | 2fd0b5dc3342ad32d18b3c64d8ec068fc529ee66 (diff) | |
download | gcc-dde02e56682c872c3404b11c69f01c30a76903c7.tar.gz |
config:
* tls.m4: Fix typos.
libgcc:
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136658 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/tls.m4')
-rw-r--r-- | config/tls.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tls.m4 b/config/tls.m4 index b6c4c4a6a7d..acb123f6986 100644 --- a/config/tls.m4 +++ b/config/tls.m4 @@ -77,7 +77,7 @@ AC_DEFUN([GCC_CHECK_TLS], [ dnl Check whether the target assembler supports TLS. AC_DEFUN([GCC_CHECK_CC_TLS], [ GCC_ENABLE(tls, yes, [], [Use thread-local storage]) - AC_CACHE_CHECK([whether the target asssembler upports thread-local storage], + AC_CACHE_CHECK([whether the target assembler supports thread-local storage], gcc_cv_have_cc_tls, [ AC_COMPILE_IFELSE([__thread int a; int b; int main() { return a = b; }], [gcc_cv_have_cc_tls=yes], [gcc_cv_have_cc_tls=no])] |