aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb')
-rw-r--r--packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb2
1 files changed, 1 insertions, 1 deletions
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}
}