From eee3658366e1ae9d3e429b3d3c968938d8d0f00e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 9 Apr 2012 18:56:59 -0700 Subject: gcc-configure: Render --with-local-prefix harmless this option by default points to /usr/local no matter what so we cant let it sit on sidelines otherwise it will access host machine's /usr/local which may not be desired. So disable this option. This also helps in making gcc's shared state more consistent Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc-configure-runtime.inc') diff --git a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc index d2e4ab334b..095d6c16d2 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc @@ -3,7 +3,6 @@ require gcc-configure-common.inc CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}" EXTRA_OECONF_PATHS = " \ - --with-local-prefix=${STAGING_DIR_TARGET}${prefix} \ --with-gxx-include-dir=${includedir}/c++/ \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${STAGING_DIR_TARGET}" -- cgit 1.2.3-korg