gcc/config.gcc (microblaze*-*-*): Rename microblaze*-*-elf, update tm_file.

libgcc/config.host (microblaze*-*-*): Rename microblaze*-*-elf, update extra_parts.

From-SVN: r195487
This commit is contained in:
Edgar E. Iglesias 2013-01-26 16:39:10 +00:00 committed by Michael Eager
parent 478f60f94c
commit 6f14eef2c5
4 changed files with 16 additions and 6 deletions

View 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.

View 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"

View 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

View 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.
;;