File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ make_setup_target()
10031003 # --------
10041004 . $setup_target
10051005 if [ ! " X$SYS_CPU " = " X" ]; then
1006- SYS_PREFIX=" $SYS_PREFIXROOT / $SYS_PLATFORM /$SYS_CPU "
1006+ SYS_PREFIX=" $SYS_PREFIX /$SYS_CPU "
10071007 fi
10081008 if [ ! " X$SYS_PLATFORM_VARIANT " = " X" ]; then
10091009 SYS_PREFIX=" $SYS_PREFIX ${SYS_PLATFORM_VARIANT} "
@@ -1410,7 +1410,9 @@ make_lntoolcheck()
14101410 lntool_verbose=verbose
14111411 fi
14121412 tmp_sys_cpu=$SYS_CPU
1413+ tmp_sys_platform_variant=$SYS_PLATFORM_VARIANT
14131414 SYS_CPU=
1415+ SYS_PLATFORM_VARIANT=
14141416 SYS_PATH=" $SYS_PATH " ./configure $tool $lntool_verbose > /dev/null
14151417 . $SYS_TMPDIR /config.cache
14161418 rmifexists $SYS_TMPDIR /tmp.subst
@@ -1420,6 +1422,7 @@ make_lntoolcheck()
14201422 make_executable
14211423 make_install_tool
14221424 SYS_CPU=$tmp_sys_cpu
1425+ SYS_PLATFORM_VARIANT=$tmp_sys_platform_variant
14231426 fi
14241427 done
14251428 if [ -f $SYS_TMPDIR /tmp.config.cache ]; then
You can’t perform that action at this time.
0 commit comments