diff options
author | Phil Blundell <philb@gnu.org> | 2008-07-26 16:22:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-07-26 16:22:42 +0000 |
commit | 5e9d221edf100e3c54630d1214ae85840d75925c (patch) | |
tree | 2bf72fe79d6fc417f834eb92c0635f391237f3d4 /packages | |
parent | b8c7c4f3c4a4606a69cc8e11f7bfad0b9a0dede8 (diff) | |
parent | 1b7c262582d06e62563de18b0ba1e3cc08025cec (diff) |
merge of 'd11de5b2fccb6699a3ba660836048f87dc676a4c'
and 'ee301efdfcf7c1a68f66c22997f3d9b52647f25c'
Diffstat (limited to 'packages')
-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} } |