gcc/config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file.
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 26 Jan 2013 16:39:10 +0000 (16:39 +0000)
committerMichael Eager <eager@gcc.gnu.org>
Sat, 26 Jan 2013 16:39:10 +0000 (16:39 +0000)
libgcc/config.host (microblaze*-*-*): Rename microblaze*-*-elf, update extra_parts.

From-SVN: r195487

gcc/ChangeLog
gcc/config.gcc
libgcc/ChangeLog
libgcc/config.host

index 2603280672ec930ba6afaa15c4e907968fae4694..cffe46a4719412c0cde640299a9c153da43e473d 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-26  Edgar E. Iglesias <edgar.iglesias@gmail.com>
+
+       * config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update
+       tm_file.
+
 2013-01-25  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
 
        * configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld.
index 7deac33fd367f29f835d939627dfaa0fb212a361..54f49b29d71d03f67c674c5337da6db8a43242a8 100644 (file)
@@ -1739,11 +1739,11 @@ microblaze*-*-rtems*)
        tmake_file="${tmake_file} microblaze/t-microblaze"
        tmake_file="${tmake_file} t-rtems microblaze/t-rtems"
         ;;
-microblaze*-*-*)
-        tm_file="${tm_file} dbxelf.h"
+microblaze*-*-elf)
+       tm_file="${tm_file} dbxelf.h newlib-stdint.h"
        c_target_objs="${c_target_objs} microblaze-c.o"
        cxx_target_objs="${cxx_target_objs} microblaze-c.o"
-        tmake_file="${tmake_file} microblaze/t-microblaze"
+       tmake_file="${tmake_file} microblaze/t-microblaze"
         ;;
 mips*-*-netbsd*)                       # NetBSD/mips, either endian.
        target_cpu_default="MASK_ABICALLS"
index d47f64ebb5fd2104325daa3104181049aefc0022..1f0651586a3211720fa42fabb946c25ed986d332 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-26  Edgar E. Iglesias <edgar.iglesias@gmail.com>
+
+       * config.host (microblaze*-*-*): Rename microblaze*-*-elf, update
+       extra_parts.
+
 2013-01-17  Yufeng Zhang  <yufeng.zhang@arm.com>
 
        * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
index ffd047f201f5ebb0316c45809d4fe58ed4d92f59..ec25eb31257d4ce5fdb0eeb5eaae32bd0d51bcb0 100644 (file)
@@ -715,9 +715,9 @@ mcore-*-elf)
 microblaze*-linux*)
         tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit"
        ;;
-microblaze*-*-*)
-        tmake_file="microblaze/t-microblaze t-fdpbit"
-       extra_parts="crtbegin.o crtend.o crti.o crtn.o"
+microblaze*-*-elf)
+       tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
+       extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
        ;;
 mips*-*-netbsd*)                       # NetBSD/mips, either endian.
        ;;