summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-07-26 16:22:42 +0000
committerPhil Blundell <philb@gnu.org>2008-07-26 16:22:42 +0000
commit5e9d221edf100e3c54630d1214ae85840d75925c (patch)
tree2bf72fe79d6fc417f834eb92c0635f391237f3d4 /packages
parentb8c7c4f3c4a4606a69cc8e11f7bfad0b9a0dede8 (diff)
parent1b7c262582d06e62563de18b0ba1e3cc08025cec (diff)
merge of 'd11de5b2fccb6699a3ba660836048f87dc676a4c'
and 'ee301efdfcf7c1a68f66c22997f3d9b52647f25c'
Diffstat (limited to 'packages')
-rw-r--r--packages/gcc/gcc-cross-kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross-kernel.inc b/packages/gcc/gcc-cross-kernel.inc
index 7bca7d2bf5..a567c60119 100644
--- a/packages/gcc/gcc-cross-kernel.inc
+++ b/packages/gcc/gcc-cross-kernel.inc
@@ -11,6 +11,6 @@ do_install () {
do_stage () {
cd gcc
- oe_runmake install-common install-headers install-libgcc
+ oe_runmake installdirs install-common install-headers install-libgcc
install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV}
}