diff options
Diffstat (limited to 'vars')
-rw-r--r-- | vars/gcc.vars | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vars/gcc.vars b/vars/gcc.vars index d40cd7ba..96070e6e 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; |