diff options
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index b87ea62570..dc44cc9f08 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
@@ -48,6 +48,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][d.getVar('USE_NLS', True) != | |||
48 | ${@get_gcc_mips_plt_setting(bb, d)} \ | 48 | ${@get_gcc_mips_plt_setting(bb, d)} \ |
49 | ${@get_gcc_multiarch_setting(bb, d)}" | 49 | ${@get_gcc_multiarch_setting(bb, d)}" |
50 | 50 | ||
51 | export ac_cv_path_SED = 'sed' | ||
51 | export gcc_cv_collect2_libs = 'none required' | 52 | export gcc_cv_collect2_libs = 'none required' |
52 | # We need to set gcc_cv_collect2_libs else there is cross-compilation badness | 53 | # We need to set gcc_cv_collect2_libs else there is cross-compilation badness |
53 | # in the config.log files (which might not get generated until do_compile | 54 | # in the config.log files (which might not get generated until do_compile |