From bc91150de2cf0b93010f1f73f79b60a179d7f1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Mon, 25 Mar 2024 06:21:31 +0100 Subject: vars/gcc.vars: manually honour -r ALL,.. w/ gcc_full. --- vars/gcc.vars | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3