Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependency | Timo Teräs | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | main/busybox, scripts/bootstrap: fix bootstrap | Timo Teräs | 2018-08-02 | 1 | -2/+2 |
| | | | | | busybox now requires ssl on the target host. Fix busybox dependency and adjust bootstrap build order accordingly. | ||||
* | scripts/bootstrap.sh: Build lzip (required by abuild) | Jonathan Neuschäfer | 2018-03-31 | 1 | -1/+1 |
| | | | | | | | In order to install abuild, lzip needs to be available. Add it to the list of packages built in bootstrap.sh. Fixes: 9674a6492d ("main/abuild: add support for lzip source packages") | ||||
* | scripts/bootstrap.sh: Fix a typo ("compiler tripler") | Jonathan Neuschäfer | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | scripts/bootstrap: update bootstrap deps | Timo Teräs | 2018-02-06 | 1 | -1/+1 |
| | | | | | apk-tools no longer depends on libfetch build-base now depends on file | ||||
* | scripts/bootstrap.sh: cryptsetup depends on json-c and argon2 | Daniel Sabogal | 2018-02-05 | 1 | -1/+2 |
| | |||||
* | scripts/bootstrap.sh: ghc moved from testing to community | Jack Schmidt | 2017-11-05 | 1 | -1/+1 |
| | | | | | Commit 3b5707d385eecf499b59ce4e41763a4f2dc20595 moved ghc from testing to community, but bootstrap.sh was not updated. | ||||
* | scripts/bootstrap.sh: add util-linux dependency | Kaarle Ritvanen | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | scripts/bootstrap.sh: fix "local" outside of function | Oliver Smith | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | testing/ghc: support cross-building | Timo Teräs | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain" | Timo Teräs | 2017-02-27 | 1 | -3/+3 |
| | | | | abuild has been updated to figure this one out from $BOOTSTRAP. | ||||
* | community/go: cross-build support | Timo Teräs | 2017-02-27 | 1 | -1/+5 |
| | |||||
* | scripts/bootstrap.sh, binutils, gcc, musl: improve bootstrap | Timo Teräs | 2017-02-17 | 1 | -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 openssl | Natanael Copa | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | scripts/bootstrap: install libstdc++ to target as implicit dependency | Timo Teräs | 2016-11-21 | 1 | -2/+2 |
| | |||||
* | scripts/bootstrap.sh: fix bootstrapping with libressl | Timo Teräs | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | scripts/bootstrap.sh: tool for bootstrapping alpine | Timo Teräs | 2016-07-27 | 1 | -0/+147 |
utility to do initial cross-compiler, and cross build of base packages for new architectures. |