diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2008-07-30 15:03:57 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2008-07-30 15:03:57 +0000 |
commit | da888c87a615085d0d9608416816da63e734024e (patch) | |
tree | aa733c55ace09c011122d5d2f6ced667b606ac07 /config/tls.m4 | |
parent | 2e658c87813a0941392e87843427f8495dd9eecf (diff) | |
download | gdb-da888c87a615085d0d9608416816da63e734024e.zip gdb-da888c87a615085d0d9608416816da63e734024e.tar.gz gdb-da888c87a615085d0d9608416816da63e734024e.tar.bz2 |
2008-07-30 Paolo Bonzini <bonzini@gnu.org>
Sync with gcc:
2008-07-30 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Add makefile fragments for hpux.
* Makefile.def (flags_to_pass): Add ADA_CFLAGS.
* Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
* configure: Regenerate.
* Makefile.in: Regenerate.
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.tpl ($(srcdir)/configure): Update dependencies.
* Makefile.in: Regenerate.
* configure: Regenerate.
config:
2008-07-30 Paolo Bonzini <bonzini@gnu.org>
* mh-pa: New, from gcc/config/pa/x-ada.
* mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10.
2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
* tls.m4: Fix typos.
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 b6c4c4a..acb123f 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])] |