aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-21 19:01:29 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-21 20:49:19 +0200
commita185021b298010edd0a212bfca9634c95355bdd5 (patch)
tree109613d33653358d3025fd346d2fb416aafc7b93 /recipes/gcc
parent8056b6e3e7d67329b7a199ef8d6481560d3a5afa (diff)
downloadopenembedded-a185021b298010edd0a212bfca9634c95355bdd5.tar.gz
gcc-cross-sdl 4.5: make it fail in do_install instead of do_compile
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-cross-sdk_4.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.5.bb b/recipes/gcc/gcc-cross-sdk_4.5.bb
index a316cd282e..a3b2215e2b 100644
--- a/recipes/gcc/gcc-cross-sdk_4.5.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.5.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
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"