aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-07-26 16:20:49 +0000
committerPhil Blundell <philb@gnu.org>2008-07-26 16:20:49 +0000
commit1b7c262582d06e62563de18b0ba1e3cc08025cec (patch)
tree447b603ad4fe1c57247658f97dbc10a2965dec09 /packages/gcc
parent996bfb248d59b24e4f3db2269e4128bef4b7bf37 (diff)
downloadopenembedded-1b7c262582d06e62563de18b0ba1e3cc08025cec.tar.gz
gcc-cross-kernel: make installdirs before install-common
Diffstat (limited to 'packages/gcc')
-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}
}