From: Phil Blundell Date: Mon, 28 Jan 2008 15:20:03 +0000 (+0000) Subject: gcc-cross-kernel: permute targets in do_stage to avoid 'No such file or X-Git-Tag: Release-2010-05/1~7829^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa11b8c743d2ae2e59345e45cbbd6a377d4ae66;p=openembedded.git gcc-cross-kernel: permute targets in do_stage to avoid 'No such file or directory' --- diff --git a/packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb b/packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb index 7f274bee30..ba89452187 100644 --- a/packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb +++ b/packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb @@ -12,6 +12,6 @@ do_install () { do_stage () { cd gcc - oe_runmake install-common install-headers install-libgcc + oe_runmake install-libgcc install-common install-headers install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV} }