diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2013-01-26 16:39:10 +0000 |
---|---|---|
committer | Michael Eager <eager@gcc.gnu.org> | 2013-01-26 16:39:10 +0000 |
commit | 6f14eef2c56a1be17ff06efa35fc384b2d964418 (patch) | |
tree | 44ebfc296e54b0314d54c6a483d9d0ba98cc0edf /gcc | |
parent | 478f60f94cd42db97807b1cda245481a436819d9 (diff) | |
download | gcc-6f14eef2c56a1be17ff06efa35fc384b2d964418.zip gcc-6f14eef2c56a1be17ff06efa35fc384b2d964418.tar.gz gcc-6f14eef2c56a1be17ff06efa35fc384b2d964418.tar.bz2 |
gcc/config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file.
libgcc/config.host (microblaze*-*-*): Rename microblaze*-*-elf, update extra_parts.
From-SVN: r195487
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2603280..cffe46a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config.gcc b/gcc/config.gcc index 7deac33..54f49b2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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" |