mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
gcc-4.7: Disable cloog and ppl
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: 523df15bcc21e1749771cca757613f3520243b8e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -79,6 +79,8 @@ EXTRA_OECONF_BASE = " --enable-lto \
|
||||
--disable-libmudflap \
|
||||
--with-system-zlib \
|
||||
--with-linker-hash-style=${LINKER_HASH_STYLE} \
|
||||
--with-ppl=no \
|
||||
--with-cloog=no \
|
||||
--enable-cheaders=c_global "
|
||||
|
||||
EXTRA_OECONF_INITIAL = "--disable-libmudflap \
|
||||
|
||||
Reference in New Issue
Block a user