git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c79ebc
)
gcc-cross-kernel.inc: create some dirs before installing into them
author
Koen Kooi
<koen@openembedded.org>
Fri, 13 Jun 2008 15:30:27 +0000
(15:30 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 13 Jun 2008 15:30:27 +0000
(15:30 +0000)
packages/gcc/gcc-cross-kernel.inc
patch
|
blob
|
history
diff --git
a/packages/gcc/gcc-cross-kernel.inc
b/packages/gcc/gcc-cross-kernel.inc
index
fe6539b
..
59938f5
100644
(file)
--- a/
packages/gcc/gcc-cross-kernel.inc
+++ b/
packages/gcc/gcc-cross-kernel.inc
@@
-9,6
+9,8
@@
do_install () {
do_stage () {
cd gcc
+ install -d ${CROSS_DIR}/bin/
+ install -d ${CROSS_DIR}/lib/
oe_runmake install-common install-headers install-libgcc
install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV}
}