Age | Commit message (Collapse) | Author | Files | Lines |
|
The 'config.mak' that is generated by the upstream
'bootstrap' script (not this one) uses GCC_CONFIG,
but we might want to replace or override it.
The GCC_CONFIG_FOR_TARGET variable is not evaluated
after GCC_CONFIG, so it is unsuitable toward that end.
|
|
|
|
|
|
|
|
* Instruct 'curl' to follow redirects (required for GitHub links)
* Update OpenSSL with a TEMPORARY WORKAROUND (Ref. #6)
* Remove artifact from earlier iteration which substituted 'ar'
for a tuple-prefixed version. Fixes #7.
* Add 'ZSTD=no' to the 'apk-tools' configuration, which appeared
as a build error due to missing <zstd.h>. We do not need it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently, if you run this on a Linux box as an unprivileged user:
$ ./bootstrap armv7 /some/scratch/directory
you will end up with, completely from source:
rootfs-armv7l-adelie-linux-musleabihf-preimage.tgz
which is an armv7-native rootfs with all the tools that you need
to build our distribution. (Substitute your favorite target).
Work that remains to be done involves fixing "bootstrap.sh" in the
packages.git repository, then plumbing that back into this project
so that the complete process can be automated.
|