]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 19 Jan 2012 10:43:54 +0000 (11:43 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 19 Jan 2012 10:43:54 +0000 (11:43 +0100)
commite9c9f128d7192b21c4be77422d76494aa7ddb474
tree332a507497df8b7c686c17eba8ff17d9630b03c7
parent7b4eaf7e352385b571bb75fd60eccf973b24c451
re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)

PR bootstrap/50237
* config/initfini-array.h: Guard content of the header
with #ifdef HAVE_INITFINI_ARRAY.
* configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
Add initfini-array.h to tm_file here.
* acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker
test.
* config.gcc: Don't add initfini-array.h to tm_file here.
* configure: Regenerated.

From-SVN: r183299
gcc/ChangeLog
gcc/acinclude.m4
gcc/config.gcc
gcc/config/initfini-array.h
gcc/configure
gcc/configure.ac