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:
f8e0a7a
)
also install libgcc - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 2 May 2004 18:05:32 +0000
(18:05 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 2 May 2004 18:05:32 +0000
(18:05 +0000)
BKrev: 4095386cCZuf3ic7FbTOMnBG3RZ-pg
gcc/gcc-cross-kernel_3.3.3.oe
patch
|
blob
|
history
diff --git
a/gcc/gcc-cross-kernel_3.3.3.oe
b/gcc/gcc-cross-kernel_3.3.3.oe
index
62d6d19
..
42403cf
100644
(file)
--- a/
gcc/gcc-cross-kernel_3.3.3.oe
+++ b/
gcc/gcc-cross-kernel_3.3.3.oe
@@
-11,6
+11,6
@@
do_install () {
do_stage () {
cd gcc
- oe_runmake install-common install-headers
+ oe_runmake install-common install-headers
install-libgcc
install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV}
}