summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index dbed4f4f4d..e867f2c670 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 = "r25" 3PR = "r26"
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,6 +93,7 @@ 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 --enable-cheaders=c_global " 97 --enable-cheaders=c_global "
97 98
98EXTRA_OECONF_INITIAL = "--disable-libmudflap \ 99EXTRA_OECONF_INITIAL = "--disable-libmudflap \