summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-initial_4.0.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-18 10:17:55 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-18 10:17:55 +0000
commit1401afe0e337a41c15bfbfd77e38393bbe49746d (patch)
treea9cbd19c2b366bf4ca47b69e43b7f3df2ef1d1a2 /meta/packages/gcc/gcc-cross-initial_4.0.2.bb
parent32047c66858cdd55f0f48f7a4ede5ec9a6e0c584 (diff)
downloadpoky-1401afe0e337a41c15bfbfd77e38393bbe49746d.tar.gz
gcc-cross-initial: An install stage is totally pointless
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2756 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-cross-initial_4.0.2.bb')
-rw-r--r--meta/packages/gcc/gcc-cross-initial_4.0.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial_4.0.2.bb b/meta/packages/gcc/gcc-cross-initial_4.0.2.bb
index 037f3032a6..9d279d3ded 100644
--- a/meta/packages/gcc/gcc-cross-initial_4.0.2.bb
+++ b/meta/packages/gcc/gcc-cross-initial_4.0.2.bb
@@ -23,7 +23,6 @@ do_stage_prepend () {
23 ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a 23 ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
24} 24}
25 25
26# Override the method from gcc-cross so we don't try to install libgcc
27do_install () { 26do_install () {
28 oe_runmake 'DESTDIR=${D}' install 27 :
29} 28}