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:
8056b6e
)
gcc-cross-sdl 4.5: make it fail in do_install instead of do_compile
author
Koen Kooi
<koen@openembedded.org>
Mon, 21 Jun 2010 17:01:29 +0000
(19:01 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 21 Jun 2010 18:49:19 +0000
(20:49 +0200)
recipes/gcc/gcc-cross-sdk_4.5.bb
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-cross-sdk_4.5.bb
b/recipes/gcc/gcc-cross-sdk_4.5.bb
index
a316cd2
..
a3b2215
100644
(file)
--- a/
recipes/gcc/gcc-cross-sdk_4.5.bb
+++ b/
recipes/gcc/gcc-cross-sdk_4.5.bb
@@
-1,4
+1,4
@@
-PR = "r
2
"
+PR = "r
3
"
inherit sdk
@@
-7,4
+7,5
@@
require gcc-cross-sdk.inc
EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
--disable-libgomp --disable-libmudflap \
- --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
+ --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
+ --with-system-zlib"