diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-20 17:33:33 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-20 17:33:33 +0000 |
commit | 7a454b7336771a1103d5da77b035e5d4b9d5e988 (patch) | |
tree | b1ad0c013be0dc9cafc03f77123001cf6a3fbc6d /binutils | |
parent | d30475c53d2dc974e007ce90bcbd668cea67ac17 (diff) |
gcc 3.3.2.
BKrev: 3f941c6dTELGZFb0V0rnAWfBWmBawA
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/binutils-cross_2.14.90.0.6.oe | 7 | ||||
-rw-r--r-- | binutils/binutils_2.14.90.0.6.oe | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/binutils/binutils-cross_2.14.90.0.6.oe b/binutils/binutils-cross_2.14.90.0.6.oe index f7cde6b2b6..6d8a2d1a7c 100644 --- a/binutils/binutils-cross_2.14.90.0.6.oe +++ b/binutils/binutils-cross_2.14.90.0.6.oe @@ -1,4 +1,9 @@ include binutils_${PV}.oe inherit cross PROVIDES = virtual/${TARGET_SYS}-binutils -FILESDIR = ${TOPDIR}/binutils/binutils-${PV} +FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV} + +D=${CROSS_DIR} +do_install () { + oe_runmake install +} diff --git a/binutils/binutils_2.14.90.0.6.oe b/binutils/binutils_2.14.90.0.6.oe index 6c415916c7..7578e0e110 100644 --- a/binutils/binutils_2.14.90.0.6.oe +++ b/binutils/binutils_2.14.90.0.6.oe @@ -61,7 +61,8 @@ python do_patch () { oe.build.exec_func('binutilsbuild_do_patch', d) } -do_install_append () { +do_install () { + autotools_do_install cd ${D}/${bindir} # Symlinks for if this is intended to be the only compiler ( |