Commit 6f14eef2 by Edgar E. Iglesias Committed by Michael Eager

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

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

From-SVN: r195487
parent 478f60f9
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> 2013-01-25 Michael Haubenwallner <michael.haubenwallner@salomon.at>
* configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld. * configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld.
......
...@@ -1739,11 +1739,11 @@ microblaze*-*-rtems*) ...@@ -1739,11 +1739,11 @@ microblaze*-*-rtems*)
tmake_file="${tmake_file} microblaze/t-microblaze" tmake_file="${tmake_file} microblaze/t-microblaze"
tmake_file="${tmake_file} t-rtems microblaze/t-rtems" tmake_file="${tmake_file} t-rtems microblaze/t-rtems"
;; ;;
microblaze*-*-*) microblaze*-*-elf)
tm_file="${tm_file} dbxelf.h" tm_file="${tm_file} dbxelf.h newlib-stdint.h"
c_target_objs="${c_target_objs} microblaze-c.o" c_target_objs="${c_target_objs} microblaze-c.o"
cxx_target_objs="${cxx_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. mips*-*-netbsd*) # NetBSD/mips, either endian.
target_cpu_default="MASK_ABICALLS" target_cpu_default="MASK_ABICALLS"
......
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> 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
* config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the * config/aarch64/sync-cache.c (__aarch64_sync_cache_range): Cast the
......
...@@ -715,9 +715,9 @@ mcore-*-elf) ...@@ -715,9 +715,9 @@ mcore-*-elf)
microblaze*-linux*) microblaze*-linux*)
tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit" tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit"
;; ;;
microblaze*-*-*) microblaze*-*-elf)
tmake_file="microblaze/t-microblaze t-fdpbit" tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
extra_parts="crtbegin.o crtend.o crti.o crtn.o" extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
;; ;;
mips*-*-netbsd*) # NetBSD/mips, either endian. mips*-*-netbsd*) # NetBSD/mips, either endian.
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment