summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-05-05 00:17:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-06 09:55:46 +0100
commit0ff3fa7cd9d2c4da8ae505827eaef8e8452ece2e (patch)
treeaf6f90f75c33dd38fdb3ae8acc00842b594af161 /meta/recipes-devtools/gcc
parent722d74ebb5421bbcb5acc70b081d85ff823e50d1 (diff)
downloadpoky-0ff3fa7cd9d2c4da8ae505827eaef8e8452ece2e.tar.gz
gcc-4.6: disable cloog, change syntax to disable ppl
* Backported from 523df15bcc21e1749771cca757613f3520243b8e as suggested by Khem. * Original commit message: If build system has those libraries installed gcc configure will pick them up. We want consistent builds so we disable them since we do not (yet) support them (From OE-Core rev: 9de1de7c2c4e9f5accb4dd082fe819a711defbfb) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index e867f2c670..65bc65d496 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -1,6 +1,6 @@
1require gcc-common.inc 1require gcc-common.inc
2 2
3PR = "r26" 3PR = "r27"
4 4
5# Third digit in PV should be incremented after a minor release 5# Third digit in PV should be incremented after a minor release
6# happens from this branch on gcc e.g. currently its 4.6.0 6# happens from this branch on gcc e.g. currently its 4.6.0
@@ -93,7 +93,8 @@ EXTRA_OECONF_BASE = " --enable-lto \
93 --disable-libmudflap \ 93 --disable-libmudflap \
94 --with-system-zlib \ 94 --with-system-zlib \
95 --with-linker-hash-style=${LINKER_HASH_STYLE} \ 95 --with-linker-hash-style=${LINKER_HASH_STYLE} \
96 --without-ppl \ 96 --with-ppl=no \
97 --with-cloog=no \
97 --enable-cheaders=c_global " 98 --enable-cheaders=c_global "
98 99
99EXTRA_OECONF_INITIAL = "--disable-libmudflap \ 100EXTRA_OECONF_INITIAL = "--disable-libmudflap \