summaryrefslogtreecommitdiff
path: root/lang/gnatdroid-binutils/files/patch-ld__configure.tgt
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-09-06 10:48:58 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-09-06 10:48:58 +0000
commit78e096076de92333f6a33ca08d4175c01322d6b3 (patch)
treee4b37aa5769e7a4bce9524e1caced5f5a382c31c /lang/gnatdroid-binutils/files/patch-ld__configure.tgt
parentUpdate to 1.9724. (diff)
This package is a dependency of lang/gnatdroid. It provides the cross-tools
required to build the GNAT FreeBSD->ARM cross-compiler that is gnatdroid, as well as any binaries that it produces. WWW: http://www.dragonlace.net PR: ports/160424 Submitted by: John Marino <freebsdml@marino.st>
Notes
Notes: svn path=/head/; revision=281288
Diffstat (limited to 'lang/gnatdroid-binutils/files/patch-ld__configure.tgt')
-rw-r--r--lang/gnatdroid-binutils/files/patch-ld__configure.tgt13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gnatdroid-binutils/files/patch-ld__configure.tgt b/lang/gnatdroid-binutils/files/patch-ld__configure.tgt
new file mode 100644
index 000000000000..c15760398892
--- /dev/null
+++ b/lang/gnatdroid-binutils/files/patch-ld__configure.tgt
@@ -0,0 +1,13 @@
+--- ld/configure.tgt.orig 2011-01-29 04:17:31 +0100
++++ ld/configure.tgt 2011-01-29 04:18:28 +0100
+@@ -44,6 +44,10 @@
+ ;;
+ arc-*-elf*) targ_emul=arcelf
+ ;;
++arm*-android-eabi*) targ_emul=armelf_linux_eabi
++ targ_extra_emuls=armelfb_linux_eabi
++ targ_extra_libpath=$targ_extra_emuls
++ ;;
+ arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+ arm*-*-cegcc*) targ_emul=arm_wince_pe ; targ_extra_ofiles="deffilep.o pe-dll.o"
+ LIB_PATH='${tooldir}/lib/w32api' ;;