diff options
author | Phil Blundell <philb@gnu.org> | 2008-07-26 16:20:49 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-07-26 16:20:49 +0000 |
commit | 1b7c262582d06e62563de18b0ba1e3cc08025cec (patch) | |
tree | 447b603ad4fe1c57247658f97dbc10a2965dec09 | |
parent | 996bfb248d59b24e4f3db2269e4128bef4b7bf37 (diff) |
gcc-cross-kernel: make installdirs before install-common
-rw-r--r-- | packages/gcc/gcc-cross-kernel.inc | 2 |
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} } |