mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
722d74ebb5
commit
0ff3fa7cd9
@@ -1,6 +1,6 @@
|
||||
require gcc-common.inc
|
||||
|
||||
PR = "r26"
|
||||
PR = "r27"
|
||||
|
||||
# Third digit in PV should be incremented after a minor release
|
||||
# happens from this branch on gcc e.g. currently its 4.6.0
|
||||
@@ -93,7 +93,8 @@ EXTRA_OECONF_BASE = " --enable-lto \
|
||||
--disable-libmudflap \
|
||||
--with-system-zlib \
|
||||
--with-linker-hash-style=${LINKER_HASH_STYLE} \
|
||||
--without-ppl \
|
||||
--with-ppl=no \
|
||||
--with-cloog=no \
|
||||
--enable-cheaders=c_global "
|
||||
|
||||
EXTRA_OECONF_INITIAL = "--disable-libmudflap \
|
||||
|
||||
Reference in New Issue
Block a user