Merge pull request #5978 from ebfe/bootstrap

etc/defaults.conf: fix aarch64* binary bootstrap/update
This commit is contained in:
Enno Boland
2017-03-13 09:31:41 +01:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
# [OPTIONAL] # [OPTIONAL]
# Enable optional arguments to xbps-install for the host system. # Enable optional arguments to xbps-install for the host system.
# Currently used in the binary-bootstrap bootstrap-update targets. # Currently used in the binary-bootstrap bootstrap-update targets.
XBPS_INSTALL_ARGS="--repository=https://repo.voidlinux.eu/current --repository=https://repo.voidlinux.eu/current/musl" XBPS_INSTALL_ARGS="--repository=https://repo.voidlinux.eu/current --repository=https://repo.voidlinux.eu/current/musl --repository=https://repo.voidlinux.eu/current/aarch64"
# [OPTIONAL] # [OPTIONAL]
# Native Compilation/Preprocessor flags for C and C++. Additional settings # Native Compilation/Preprocessor flags for C and C++. Additional settings