From bc91150de2cf0b93010f1f73f79b60a179d7f1b1 Mon Sep 17 00:00:00 2001 From: LucĂ­a Andrea Illanes Albornoz Date: Mar 25 2024 05:21:31 +0000 Subject: vars/gcc.vars: manually honour -r ALL,.. w/ gcc_full. --- 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;