diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-19 10:43:54 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-19 10:43:54 +0000 |
commit | 35f51475de3fa2a1b2ad0f0fdfdef2383792a67a (patch) | |
tree | 332a507497df8b7c686c17eba8ff17d9630b03c7 /gcc/config.gcc | |
parent | 2ff5beba28b7b7ffc14105705b8e45b3ec76dbfd (diff) | |
download | gcc-35f51475de3fa2a1b2ad0f0fdfdef2383792a67a.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183299 138bc75d-0d04-0410-961f-82ee72b054a4
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 bc2bf05ec4e..e8155cd9a4e 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 |