summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/gcc/gcc-configure-common.inc2
-rw-r--r--meta/packages/gcc/gcc-cross-initial.inc1
-rw-r--r--meta/packages/gcc/gcc-cross-intermediate.inc1
3 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-configure-common.inc b/meta/packages/gcc/gcc-configure-common.inc
index 5f211bc881..58a527b51c 100644
--- a/meta/packages/gcc/gcc-configure-common.inc
+++ b/meta/packages/gcc/gcc-configure-common.inc
@@ -15,6 +15,8 @@ LANGUAGES ?= "c,c++${FORTRAN}${JAVA}"
15 15
16EXTRA_OECONF_BASE ?= "" 16EXTRA_OECONF_BASE ?= ""
17EXTRA_OECONF_PATHS ?= "" 17EXTRA_OECONF_PATHS ?= ""
18EXTRA_OECONF_INITIAL ?= ""
19EXTRA_OECONF_INTERMEDIATE ?= ""
18 20
19GCCMULTILIB = "--enable-multilib" 21GCCMULTILIB = "--enable-multilib"
20 22
diff --git a/meta/packages/gcc/gcc-cross-initial.inc b/meta/packages/gcc/gcc-cross-initial.inc
index 124b323810..ceedb6f8a9 100644
--- a/meta/packages/gcc/gcc-cross-initial.inc
+++ b/meta/packages/gcc/gcc-cross-initial.inc
@@ -16,6 +16,7 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
16 --program-prefix=${TARGET_PREFIX} \ 16 --program-prefix=${TARGET_PREFIX} \
17 --with-sysroot=${STAGING_DIR_TARGET} \ 17 --with-sysroot=${STAGING_DIR_TARGET} \
18 --with-build-sysroot=${STAGING_DIR_TARGET} \ 18 --with-build-sysroot=${STAGING_DIR_TARGET} \
19 ${EXTRA_OECONF_INITIAL} \
19 ${@get_gcc_fpu_setting(bb, d)}" 20 ${@get_gcc_fpu_setting(bb, d)}"
20 21
21do_compile () { 22do_compile () {
diff --git a/meta/packages/gcc/gcc-cross-intermediate.inc b/meta/packages/gcc/gcc-cross-intermediate.inc
index 749bd36df4..ac1b502ae5 100644
--- a/meta/packages/gcc/gcc-cross-intermediate.inc
+++ b/meta/packages/gcc/gcc-cross-intermediate.inc
@@ -14,6 +14,7 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
14 --program-prefix=${TARGET_PREFIX} \ 14 --program-prefix=${TARGET_PREFIX} \
15 --with-sysroot=${STAGING_DIR_TARGET} \ 15 --with-sysroot=${STAGING_DIR_TARGET} \
16 --with-build-sysroot=${STAGING_DIR_TARGET} \ 16 --with-build-sysroot=${STAGING_DIR_TARGET} \
17 ${EXTRA_OECONF_INTERMEDIATE} \
17 ${@get_gcc_fpu_setting(bb, d)}" 18 ${@get_gcc_fpu_setting(bb, d)}"
18 19
19do_compile () { 20do_compile () {