summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-initial_3.4.4.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_3.4.4.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_3.4.4.bb')
-rw-r--r--meta/packages/gcc/gcc-cross-initial_3.4.4.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial_3.4.4.bb b/meta/packages/gcc/gcc-cross-initial_3.4.4.bb
index 307c6f7d4c..389c8aa75b 100644
--- a/meta/packages/gcc/gcc-cross-initial_3.4.4.bb
+++ b/meta/packages/gcc/gcc-cross-initial_3.4.4.bb
@@ -22,7 +22,6 @@ do_stage_prepend () {
22 ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a 22 ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
23} 23}
24 24
25# Override the method from gcc-cross so we don't try to install libgcc
26do_install () { 25do_install () {
27 oe_runmake 'DESTDIR=${D}' install 26 :
28} 27}