diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 1 |
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 | ||
161 | EXTRA_OECONF += "--enable-poison-system-directories" | 161 | EXTRA_OECONF += "--enable-poison-system-directories" |
162 | 162 | ||
163 | EXTRA_OECONF += "\ | ||
164 | --with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \ | ||
165 | --with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix} \ | ||
166 | " | ||
167 | |||
168 | EXTRA_OECONF_append_libc-baremetal = " --without-headers" | 163 | EXTRA_OECONF_append_libc-baremetal = " --without-headers" |
169 | EXTRA_OECONF_remove_libc-baremetal = "--with-sysroot=/not/exist" | 164 | EXTRA_OECONF_remove_libc-baremetal = "--with-sysroot=/not/exist" |
170 | EXTRA_OECONF_remove_libc-baremetal = "--with-build-sysroot=${STAGING_DIR_TARGET}" | 165 | EXTRA_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 | ||
30 | EXTRA_OECONF += "\ | 30 | EXTRA_OECONF += "\ |
31 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ | ||
32 | --with-system-zlib \ | 31 | --with-system-zlib \ |
33 | " | 32 | " |
34 | 33 | ||