aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-22 00:26:28 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-22 00:26:28 +0400
commit255eb9e2b29fb4c027a48c804b336c701f78ea75 (patch)
tree6a8774bfd0a912652a5ab62ca43d8c191e330871 /recipes/gcc
parent213e66e9ca111c562558ffb5e19c940597d6e270 (diff)
parenta185021b298010edd0a212bfca9634c95355bdd5 (diff)
downloadopenembedded-255eb9e2b29fb4c027a48c804b336c701f78ea75.tar.gz
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
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"