diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-10-04 12:24:23 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-10-04 12:24:23 +0100 |
commit | 8cba60274732940251f0cd65af9f2d3b6f7b7e18 (patch) | |
tree | 7876aaaa50fc045aac7c19e01de7f45185281f37 /gcc | |
parent | 08f215a24fe2dad8f99bc7a202588d8af4b84637 (diff) | |
download | gcc-8cba60274732940251f0cd65af9f2d3b6f7b7e18.zip gcc-8cba60274732940251f0cd65af9f2d3b6f7b7e18.tar.gz gcc-8cba60274732940251f0cd65af9f2d3b6f7b7e18.tar.bz2 |
config.gcc (i[34567]86-*-elf*, [...]): Use i386/t-crtstuff.
* config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use
i386/t-crtstuff.
From-SVN: r179498
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8cf366c..9ee1a18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-10-04 Joseph Myers <joseph@codesourcery.com> + + * config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use + i386/t-crtstuff. + 2011-10-04 Jan Hubicka <jh@suse.cz> * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter. diff --git a/gcc/config.gcc b/gcc/config.gcc index 2456402..8b380ac 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1229,11 +1229,11 @@ x86_64-*-darwin*) ;; i[34567]86-*-elf*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h" - tmake_file="${tmake_file} i386/t-i386elf t-svr4" + tmake_file="${tmake_file} i386/t-i386elf i386/t-crtstuff t-svr4" ;; x86_64-*-elf*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h" - tmake_file="${tmake_file} i386/t-i386elf t-svr4" + tmake_file="${tmake_file} i386/t-i386elf i386/t-crtstuff t-svr4" ;; i[34567]86-*-freebsd*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h" |