aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2013-01-26 16:39:10 +0000
committerMichael Eager <eager@gcc.gnu.org>2013-01-26 16:39:10 +0000
commit6f14eef2c56a1be17ff06efa35fc384b2d964418 (patch)
tree44ebfc296e54b0314d54c6a483d9d0ba98cc0edf /libgcc
parent478f60f94cd42db97807b1cda245481a436819d9 (diff)
downloadgcc-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 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host6
2 files changed, 8 insertions, 3 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index d47f64e..1f06515 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgcc/config.host b/libgcc/config.host
index ffd047f..ec25eb3 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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.
;;