diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-06 03:59:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-06 03:59:42 +0000 |
commit | a83a770f7d8f4212408ab6c6eff84388de4567be (patch) | |
tree | e9a11e2be17328bb6f2c40bab4457a355ae436d6 /binutils/binutils-cross_2.14.90.0.7.oe | |
parent | 54268d272b817d34981995ce674a1fc3d17c14b0 (diff) |
Add centericq 4.11.0, which doesn't compile at the moment.
BKrev: 4113022epmw3-iofOHlmhB5uc63vGw
Diffstat (limited to 'binutils/binutils-cross_2.14.90.0.7.oe')
-rw-r--r-- | binutils/binutils-cross_2.14.90.0.7.oe | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/binutils/binutils-cross_2.14.90.0.7.oe b/binutils/binutils-cross_2.14.90.0.7.oe new file mode 100644 index 0000000000..4f0f4aaf4e --- /dev/null +++ b/binutils/binutils-cross_2.14.90.0.7.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 () { + : +} + |