summaryrefslogtreecommitdiff
path: root/tools/4.11
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-04-30 16:22:37 +1000
committerChris Johns <chrisj@rtems.org>2014-04-30 16:22:37 +1000
commit9e78f60ebff831a2b75d75cb928fca842fc48afe (patch)
tree79ded77dbacd24f8372e1fc70d7091788f147ddd /tools/4.11
parent4efea40bbb26ecc0d92bb56a43a04bbe6c4c1411 (diff)
tools/microblaze: Fix the building of libgcc.
Diffstat (limited to 'tools/4.11')
-rw-r--r--tools/4.11/gcc/microblaze/rtems-gcc-microblaze-libgcc-20131017.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/4.11/gcc/microblaze/rtems-gcc-microblaze-libgcc-20131017.diff b/tools/4.11/gcc/microblaze/rtems-gcc-microblaze-libgcc-20131017.diff
new file mode 100644
index 0000000..fe489a1
--- /dev/null
+++ b/tools/4.11/gcc/microblaze/rtems-gcc-microblaze-libgcc-20131017.diff
@@ -0,0 +1,13 @@
+diff --git a/libgcc/config.host b/libgcc/config.host
+index 60340a6..2921ca8 100644
+--- a/libgcc/config.host
++++ b/libgcc/config.host
+@@ -714,7 +714,7 @@ mcore-*-elf)
+ microblaze*-linux*)
+ tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit t-slibgcc-libgcc"
+ ;;
+-microblaze*-*-elf)
++microblaze*-*-elf | microblaze*-*-rtems*)
+ tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
+ extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
+ ;;