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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index b7b6a43c8e..eef0ef0991 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -68,6 +68,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
68 file://use-defaults.h-and-t-oe-in-B.patch \ 68 file://use-defaults.h-and-t-oe-in-B.patch \
69 file://powerpc-e5500.patch \ 69 file://powerpc-e5500.patch \
70 file://fix-for-ice-50099.patch \ 70 file://fix-for-ice-50099.patch \
71 file://gcc-with-linker-hash-style.patch \
71 " 72 "
72 73
73SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " 74SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "
@@ -90,6 +91,7 @@ EXTRA_OECONF_BASE = " --enable-lto \
90 --disable-bootstrap \ 91 --disable-bootstrap \
91 --disable-libgomp \ 92 --disable-libgomp \
92 --disable-libmudflap \ 93 --disable-libmudflap \
94 --with-linker-hash-style=${LINKER_HASH_STYLE} \
93 --enable-cheaders=c_global " 95 --enable-cheaders=c_global "
94 96
95EXTRA_OECONF_INITIAL = "--disable-libmudflap \ 97EXTRA_OECONF_INITIAL = "--disable-libmudflap \