git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e25324a
)
elf2flt: add wrapper for uclinux binaries needing funky linkers
author
Koen Kooi
<koen@openembedded.org>
Thu, 13 Sep 2007 10:32:14 +0000
(10:32 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 13 Sep 2007 10:32:14 +0000
(10:32 +0000)
packages/uclibc/elf2flt_svn.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/uclibc/elf2flt_svn.bb
b/packages/uclibc/elf2flt_svn.bb
new file mode 100644
(file)
index 0000000..
ef142ba
--- /dev/null
+++ b/
packages/uclibc/elf2flt_svn.bb
@@ -0,0
+1,15
@@
+DESCRIPTION = "Elf2flt is a wrapper around the linker for uclinux platforms"
+DEPENDS = "binutils-cross"
+
+PV = "0.0+svnr${SRCREV}"
+
+inherit autotools cross
+
+SRC_URI = "svn://sources.blackfin.uclinux.org/toolchain/trunk;module=${PN}"
+
+S = "${WORKDIR}/${PN}"
+
+EXTRA_OECONF = " --with-libbfd=${CROSS_DIR}/${TARGET_SYS}/lib/libbfd.a \
+ --with-libiberty=${CROSS_DIR}/${TARGET_SYS}/lib/libiberty.a \
+ --with-bfd-include-dir=${CROSS_DIR}/${TARGET_SYS}/include \
+ "