scripts/bootstrap.sh: Fix a typo ("compiler tripler")

This commit is contained in:
Jonathan Neuschäfer 2018-03-07 03:13:54 +01:00 committed by Sören Tempel
parent 20e66fe784
commit c32abc47dc

View File

@ -42,7 +42,7 @@ This script creates a local cross-compiler, and uses it to
cross-compile an Alpine Linux base system for new architecture. cross-compile an Alpine Linux base system for new architecture.
Steps for introducing new architecture include: Steps for introducing new architecture include:
- adding the compiler tripler and arch type to abuild - adding the compiler triplet and arch type to abuild
- adding the arch type detection to apk-tools - adding the arch type detection to apk-tools
- adjusting build rules for packages that are arch aware: - adjusting build rules for packages that are arch aware:
gcc, libressl, linux-headers gcc, libressl, linux-headers