aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-initial.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-cross-initial.inc')
-rw-r--r--recipes/gcc/gcc-cross-initial.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-initial.inc b/recipes/gcc/gcc-cross-initial.inc
index a2c4445578..2ab1d7f990 100644
--- a/recipes/gcc/gcc-cross-initial.inc
+++ b/recipes/gcc/gcc-cross-initial.inc
@@ -16,7 +16,8 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \
--program-prefix=${TARGET_PREFIX} \
--with-sysroot=${STAGING_DIR_TARGET} \
--with-build-sysroot=${STAGING_DIR_TARGET} \
- ${@get_gcc_fpu_setting(bb, d)}"
+ ${@get_gcc_fpu_setting(bb, d)} \
+ ${@get_gcc_mips_plt_setting(bb, d)}"
do_install () {
: