diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 5 |
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 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r26" | 3 | PR = "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 | ||
99 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ | 100 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ |