diff --git a/vars/gcc.vars b/vars/gcc.vars index d40cd7b..96070e6 100644 --- a/vars/gcc.vars +++ b/vars/gcc.vars @@ -452,7 +452,8 @@ pkg_gcc_full_all() { --with-mpc="${PKG_PREFIX}" \ --with-mpfr="${PKG_PREFIX}" \ --with-sysroot="" || return 1; - else + elif [ "${_restart_at:+1}" != 1 ]\ + || rtl_lmatch \$_restart_at "ALL,build,install_subdirs,install_make,install" ","; then rtl_fileop cd "${PKG_BASE_DIR}/${PKG_BUILD_DIR}" || return 1; fi;