summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-08-07 08:20:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-08-07 08:20:59 +0000
commitcae995d60f6641c93c63c87d1a1e226254110406 (patch)
treebf33ef4f577c3a606bab00883946ab54b51b20a9 /contrib
parent2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-cae995d60f6641c93c63c87d1a1e226254110406.tar.bz2
New.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/binutils-2.17.90-rtems4.8-20070807.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/crossrpms/patches/binutils-2.17.90-rtems4.8-20070807.diff b/contrib/crossrpms/patches/binutils-2.17.90-rtems4.8-20070807.diff
new file mode 100644
index 0000000000..dde88a22af
--- /dev/null
+++ b/contrib/crossrpms/patches/binutils-2.17.90-rtems4.8-20070807.diff
@@ -0,0 +1,14 @@
+diff -uNr binutils-2.17.90.orig/ld/configure.tgt binutils-2.17.90/ld/configure.tgt
+--- binutils-2.17.90.orig/ld/configure.tgt 2007-08-06 22:00:19.000000000 +0200
++++ binutils-2.17.90/ld/configure.tgt 2007-08-07 08:42:24.000000000 +0200
+@@ -113,6 +113,10 @@
+ targ_extra_emuls="elf32bfinfd"
+ targ_extra_libpath=$targ_extra_emuls
+ ;;
++bfin-*-rtems*) targ_emul=elf32bfin;
++ targ_extra_emuls="elf32bfinfd"
++ targ_extra_libpath=$targ_extra_emuls
++ ;;
+ bfin-*-uclinux*) targ_emul=elf32bfin;
+ targ_extra_emuls="elf32bfinfd"
+ targ_extra_libpath=$targ_extra_emuls