diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-01-19 11:43:54 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-01-19 11:43:54 +0100 |
commit | e9c9f128d7192b21c4be77422d76494aa7ddb474 (patch) | |
tree | 332a507497df8b7c686c17eba8ff17d9630b03c7 /gcc/config.gcc | |
parent | 7b4eaf7e352385b571bb75fd60eccf973b24c451 (diff) | |
download | gcc-e9c9f128d7192b21c4be77422d76494aa7ddb474.zip gcc-e9c9f128d7192b21c4be77422d76494aa7ddb474.tar.gz gcc-e9c9f128d7192b21c4be77422d76494aa7ddb474.tar.bz2 |
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index bc2bf05..e8155cd 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2941,11 +2941,6 @@ if test x$with_schedule = x; then esac fi -# Support --enable-initfini-array. -if test x$enable_initfini_array = xyes; then - tm_file="${tm_file} initfini-array.h" -fi - # Validate and mark as valid any --with options supported # by this target. In order to use a particular --with option # you must list it in supported_defaults; validating the value |