summaryrefslogtreecommitdiff
path: root/config/tls.m4
Commit message (Collapse)AuthorAgeFilesLines
* * tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.Maciej W. Rozycki2007-10-161-11/+11
| | | | (GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls.
* 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2007-07-111-0/+13
| | | | | | | | | | * tls.m4 (GCC_CHECK_CC_TLS): New. 2007-07-05 Sebastian Pop <sebpop@gmail.com> PR bootstrap/32622 * mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer, don't reset its value.
* 2007-02-09 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-02-091-4/+55
| | | | | | | | | | | * Makefile.def: Sync with GCC. * Makefile.tpl: Sync with GCC. * Makefile.in: Regenerate. * configure: Regenerate. * config/acx.m4: Sync with GCC. * config/depstand.m4: Sync with GCC. * config/tls.m4: Sync with GCC.
* 2006-12-19 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-12-191-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync with gcc: 2006-12-19 Paolo Bonzini <bonzini@gnu.org> * configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and could be tested on "$host" as well. * configure: Regenerate. * config/mh-ppc-darwin: Add to the stage1 cflags here. 2006-12-19 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/29544 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING. (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags, move here comment from Makefile.tpl. * Makefile.tpl: Move some definitions higher in the file. (STAGE1_CHECKING): New. * configure.in: Add --enable-stage1-checking. * configure: Regenerate. * Makefile.in: Regenerate. 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * configure.in: Update error message for missing GMP/MPFR. * configure: Regenerate. 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * configure.in: Update MPFR version in error message. * configure: Regenerate. 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags. (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include, --with-gmp-lib): New flags. * configure: Regenerate. config: 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr> * tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking doesn't even work.
* * tls.m4 (GCC_CHECK_TLS): Fall back to a link test.Daniel Jacobowitz2006-11-141-1/+2
|
* * tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" toTom Tromey2006-10-021-1/+1
| | | | GCC_ENABLE.
* * enable.m4: New file.Tom Tromey2005-09-231-0/+21
* tls.m4: New file.