summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-11-24 10:27:13 +0100
committerFabian Groffen <grobian@gentoo.org>2020-11-24 10:27:24 +0100
commita3e46532298f425d4e879d70be3e48de72461bb0 (patch)
treec68c112b64cbb911b280095f67935f68864e34bd
parentscripts/bootstrap-prefix: bump bootstrap tree (diff)
downloadprefix-a3e46532298f425d4e879d70be3e48de72461bb0.tar.gz
prefix-a3e46532298f425d4e879d70be3e48de72461bb0.tar.bz2
prefix-a3e46532298f425d4e879d70be3e48de72461bb0.zip
scripts/auto-bootstraps/dobootstrap: pass through DARWIN_USE_GCC
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/auto-bootstraps/dobootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-bootstraps/dobootstrap b/scripts/auto-bootstraps/dobootstrap
index 4cd5f94c71..1273f9a2da 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -124,6 +124,7 @@ do_prepare() {
${RESUME+RESUME=1} \
${LATEST_TREE_YES+LATEST_TREE_YES=1} \
${TREE_FROM_SRC+TREE_FROM_SRC=}${TREE_FROM_SRC} \
+ ${DARWIN_USE_GCC+DARWIN_USE_GCC=}${DARWIN_USE_GCC} \
${keepalive} ${BASH} ${bootstrapscript} bootstrap
endtime=${SECONDS}