acinclude.m4 (GCC_GLIBC_VERSION_GTE_IFELSE): New configure macro.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 15 Nov 2013 12:34:28 +0000 (12:34 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 15 Nov 2013 12:34:28 +0000 (12:34 +0000)
commit75a2bcc07f19c1bc6439e6dab6c1b99281e675a0
tree4fca6cbfcd130cd1d5edfd0854230d19945c43c1
parent9f13879ee894334867240f087b699232395bc36c
acinclude.m4 (GCC_GLIBC_VERSION_GTE_IFELSE): New configure macro.

* acinclude.m4 (GCC_GLIBC_VERSION_GTE_IFELSE): New configure
macro.
* configure.ac: Determine target_header_dir earlier.
(--with-glibc-version): New configure option.
Use GCC_GLIBC_VERSION_GTE_IFELSE in enable_gnu_unique_object,
gcc_cv_libc_provides_ssp and gcc_cv_target_ldbl128 tests.
* configure: Regenerate.
* doc/install.texi (--enable-gnu-unique-object): Don't refer to
native toolchains for default.
(--with-glibc-version): Document.

From-SVN: r204841
gcc/ChangeLog
gcc/acinclude.m4
gcc/configure
gcc/configure.ac
gcc/doc/install.texi