summaryrefslogtreecommitdiff
path: root/binutils/binutils-cross_2.14.90.0.6.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-28 23:38:02 +0000
committerChris Larson <clarson@kergoth.com>2004-07-28 23:38:02 +0000
commit3c7edc4c53f1baf221d30c12e084029d8524ff22 (patch)
treed2df8fb40f72a5a72f95150617343e75f263ead7 /binutils/binutils-cross_2.14.90.0.6.oe
parente0556ceee7f3ba2e4449f788120a001af963f9b2 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/projects/packages 2004/07/28 18:34:52-05:00 handhelds.org!kergoth Add binutils 2.14.90.0.6, so we have something we can use for a functional uclibc build. BKrev: 410838daWFyLv65Wnhnrl_mImMYlFQ
Diffstat (limited to 'binutils/binutils-cross_2.14.90.0.6.oe')
-rw-r--r--binutils/binutils-cross_2.14.90.0.6.oe33
1 files changed, 33 insertions, 0 deletions
diff --git a/binutils/binutils-cross_2.14.90.0.6.oe b/binutils/binutils-cross_2.14.90.0.6.oe
new file mode 100644
index 0000000000..4f0f4aaf4e
--- /dev/null
+++ b/binutils/binutils-cross_2.14.90.0.6.oe
@@ -0,0 +1,33 @@
+include binutils_${PV}.oe
+inherit cross
+DEPENDS += "flex-native bison-native"
+PROVIDES = "virtual/${TARGET_PREFIX}binutils"
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}"
+PACKAGES = ""
+EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \
+ --disable-nls \
+ --program-prefix=${TARGET_PREFIX}"
+
+do_stage () {
+ oe_runmake install
+
+ # We don't really need these, so we'll remove them...
+ rm -rf ${CROSS_DIR}/lib/ldscripts
+ rm -rf ${CROSS_DIR}/share/info
+ rm -rf ${CROSS_DIR}/share/locale
+ rm -rf ${CROSS_DIR}/share/man
+ rmdir ${CROSS_DIR}/share || :
+ rmdir ${CROSS_DIR}/${libdir}/gcc-lib || :
+ rmdir ${CROSS_DIR}/${libdir} || :
+ rmdir ${CROSS_DIR}/${prefix} || :
+
+ # We want to move this into the target specific location
+ mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib
+ mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib
+ rmdir ${CROSS_DIR}/lib || :
+}
+
+do_install () {
+ :
+}
+