diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-18 10:17:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-18 10:17:55 +0000 |
commit | 1401afe0e337a41c15bfbfd77e38393bbe49746d (patch) | |
tree | a9cbd19c2b366bf4ca47b69e43b7f3df2ef1d1a2 /meta/packages/gcc/gcc-cross-initial_3.4.3.bb | |
parent | 32047c66858cdd55f0f48f7a4ede5ec9a6e0c584 (diff) | |
download | openembedded-core-1401afe0e337a41c15bfbfd77e38393bbe49746d.tar.gz openembedded-core-1401afe0e337a41c15bfbfd77e38393bbe49746d.tar.bz2 openembedded-core-1401afe0e337a41c15bfbfd77e38393bbe49746d.zip |
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_3.4.3.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross-initial_3.4.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial_3.4.3.bb b/meta/packages/gcc/gcc-cross-initial_3.4.3.bb index 307c6f7d4c..389c8aa75b 100644 --- a/meta/packages/gcc/gcc-cross-initial_3.4.3.bb +++ b/meta/packages/gcc/gcc-cross-initial_3.4.3.bb @@ -22,7 +22,6 @@ do_stage_prepend () { ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a } -# Override the method from gcc-cross so we don't try to install libgcc do_install () { - oe_runmake 'DESTDIR=${D}' install + : } |