aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts/bootstrap.sh: fix "local" outside of functionOliver Smith2017-03-121-1/+1
|
* testing/ghc: support cross-buildingTimo Teräs2017-02-271-1/+1
|
* scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain"Timo Teräs2017-02-271-3/+3
| | | | abuild has been updated to figure this one out from $BOOTSTRAP.
* community/go: cross-build supportTimo Teräs2017-02-271-1/+5
|
* scripts/bootstrap.sh, binutils, gcc, musl: improve bootstrapTimo Teräs2017-02-171-96/+68
| | | | | | | | | - requires new abuild (from git until 2.30 is tagged) - properly build initial musl-dev before c-compiler is available - mark core aports with options=toolchain, and fix all makedepends - bootstrap.sh: reorganize and use set -e there - bootstrap.sh: use new EXTRADEPENDS_* to pull in implicit dependencies during bootstrap to simplify the script
* scripts: use libressl instead of opensslNatanael Copa2016-11-281-1/+1
|
* scripts/bootstrap: install libstdc++ to target as implicit dependencyTimo Teräs2016-11-211-2/+2
|
* scripts/bootstrap.sh: fix bootstrapping with libresslTimo Teräs2016-11-171-3/+3
|
* scripts/bootstrap.sh: tool for bootstrapping alpineTimo Teräs2016-07-271-0/+147
utility to do initial cross-compiler, and cross build of base packages for new architectures.