config.gcc (i[34567]86-*-elf*, [...]): Use i386/t-crtstuff.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 4 Oct 2011 11:24:23 +0000 (12:24 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 4 Oct 2011 11:24:23 +0000 (12:24 +0100)
* config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use
i386/t-crtstuff.

From-SVN: r179498

gcc/ChangeLog
gcc/config.gcc

index 8cf366c45dc20b0d66fa9b84e6bca1352f9e1b30..9ee1a18724269edc31419ec3e8dc464a49a3ccba 100644 (file)
@@ -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.
index 24564025aef5b762862aa79b54d3232486d5694b..8b380ac16e48eaaa389b56ea1d889bb0c79a2e66 100644 (file)
@@ -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"