diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-03-07 03:13:54 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-09 18:43:30 +0100 |
commit | c32abc47dcba03e62f43e789457297fd5a58c56e (patch) | |
tree | 1345710f388e2a4972be58c34487803fd3f8aba3 /scripts | |
parent | 20e66fe784fc00e23733ae9d59092fdeec1d6253 (diff) | |
download | aports-c32abc47dcba03e62f43e789457297fd5a58c56e.tar.bz2 aports-c32abc47dcba03e62f43e789457297fd5a58c56e.tar.xz |
scripts/bootstrap.sh: Fix a typo ("compiler tripler")
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 1614463e7b..908a3cc9d6 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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. 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 - adjusting build rules for packages that are arch aware: gcc, libressl, linux-headers |