summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc5
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc1
2 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index bdd6f7ec82..2f32d3407f 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -160,11 +160,6 @@ SYSTEMLIBS1 = "${target_libdir}/"
160 160
161EXTRA_OECONF += "--enable-poison-system-directories" 161EXTRA_OECONF += "--enable-poison-system-directories"
162 162
163EXTRA_OECONF += "\
164 --with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \
165 --with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix} \
166"
167
168EXTRA_OECONF_append_libc-baremetal = " --without-headers" 163EXTRA_OECONF_append_libc-baremetal = " --without-headers"
169EXTRA_OECONF_remove_libc-baremetal = "--with-sysroot=/not/exist" 164EXTRA_OECONF_remove_libc-baremetal = "--with-sysroot=/not/exist"
170EXTRA_OECONF_remove_libc-baremetal = "--with-build-sysroot=${STAGING_DIR_TARGET}" 165EXTRA_OECONF_remove_libc-baremetal = "--with-build-sysroot=${STAGING_DIR_TARGET}"
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index 95f5968fd4..89b19684be 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -28,7 +28,6 @@ EXTRA_OECONF_append_sh4 = " \
28" 28"
29 29
30EXTRA_OECONF += "\ 30EXTRA_OECONF += "\
31 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
32 --with-system-zlib \ 31 --with-system-zlib \
33" 32"
34 33