summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc1
-rw-r--r--meta/recipes-devtools/gcc/gcc-configure-runtime.inc4
2 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 08a0103691..2548f84087 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -88,7 +88,6 @@ JAVA = ""
88EXTRA_OECONF_BASE = " --enable-lto \ 88EXTRA_OECONF_BASE = " --enable-lto \
89 --enable-libssp \ 89 --enable-libssp \
90 --disable-bootstrap \ 90 --disable-bootstrap \
91 --disable-libgomp \
92 --disable-libmudflap \ 91 --disable-libmudflap \
93 --with-system-zlib \ 92 --with-system-zlib \
94 --with-linker-hash-style=${LINKER_HASH_STYLE} \ 93 --with-linker-hash-style=${LINKER_HASH_STYLE} \
diff --git a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
index d40383cea5..1c9155fdb9 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
@@ -7,9 +7,7 @@ EXTRA_OECONF_PATHS = " \
7 --with-sysroot=${STAGING_DIR_TARGET} \ 7 --with-sysroot=${STAGING_DIR_TARGET} \
8 --with-build-sysroot=${STAGING_DIR_TARGET}" 8 --with-build-sysroot=${STAGING_DIR_TARGET}"
9 9
10RUNTIMETARGET = "libssp libstdc++-v3" 10RUNTIMETARGET = "libssp libstdc++-v3 libgomp"
11RUNTIMETARGET_append_powerpc = " libgomp"
12RUNTIMETARGET_append_powerpc64 = " libgomp"
13# ? 11# ?
14# libiberty 12# libiberty
15# libmudflap 13# libmudflap