summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-25 13:42:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-25 13:42:27 +0000
commit24848b6979fa1a02887dbcf27484326b71d00e1c (patch)
tree82c9b935d87d27dd0d7c997af64889ce4a49947c /contrib
parentAdd gprof.info handling. (diff)
downloadrtems-24848b6979fa1a02887dbcf27484326b71d00e1c.tar.bz2
New.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/binutils-2.17.50-rtems4.8-20070525.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/crossrpms/patches/binutils-2.17.50-rtems4.8-20070525.diff b/contrib/crossrpms/patches/binutils-2.17.50-rtems4.8-20070525.diff
new file mode 100644
index 0000000000..7f02c9e484
--- /dev/null
+++ b/contrib/crossrpms/patches/binutils-2.17.50-rtems4.8-20070525.diff
@@ -0,0 +1,14 @@
+diff -uNr binutils-2.17.50.orig/ld/configure.tgt binutils-2.17.50/ld/configure.tgt
+--- binutils-2.17.50.orig/ld/configure.tgt 2007-04-04 13:02:39.000000000 -0500
++++ binutils-2.17.50/ld/configure.tgt 2007-05-25 05:17:14.000000000 -0500
+@@ -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