1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

scripts/bootstrap.sh: update comment about new arch in apk-tools

This commit is contained in:
Sertonix 2025-04-14 17:59:25 +02:00 committed by Natanael Copa
parent d3538246c4
commit 6a6fa6a0d8

View file

@ -30,10 +30,10 @@ cross-compile an Alpine Linux base system for new architecture.
Steps for introducing new architecture include:
- adding the compiler triplet and arch type to abuild
- adding the arch type detection to apk-tools
- adjusting build rules for packages that are arch aware:
gcc, openssl, linux-headers, musl
- create new kernel config for linux-lts
- optionally reserve an architecture name in apk-tools
After these steps the initial cross-build can be completed
by running this with the target arch as parameter, e.g.: