summaryrefslogtreecommitdiff
path: root/packages/gcc
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-01-28 15:20:03 +0000
committerPhil Blundell <philb@gnu.org>2008-01-28 15:20:03 +0000
commit5fa11b8c743d2ae2e59345e45cbbd6a377d4ae66 (patch)
tree6bf7f3dbc05234b7bc5d3e72988c0d8b50b1e8fb /packages/gcc
parent2341180574deb73dbdcefe6974dd62780ee15d62 (diff)
gcc-cross-kernel: permute targets in do_stage to avoid 'No such file or
directory'
Diffstat (limited to 'packages/gcc')
-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}
}