diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-03-25 06:21:31 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-03-25 06:21:31 +0100 |
commit | bc91150de2cf0b93010f1f73f79b60a179d7f1b1 (patch) | |
tree | efa845b2c881ce9ead868533283cd4714e5fe9f8 /vars | |
parent | eb7c32add8c0c00876e629e273e1298dddbc4a0b (diff) | |
download | midipix_build-bc91150de2cf0b93010f1f73f79b60a179d7f1b1.tar.bz2 midipix_build-bc91150de2cf0b93010f1f73f79b60a179d7f1b1.tar.xz |
vars/gcc.vars: manually honour -r ALL,.. w/ gcc_full.
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; |