Meta: Mention aarch64 as a supported TARGET in serenity.sh's help

This commit is contained in:
Linus Groh 2021-08-29 13:48:35 +01:00
parent 0b4671add7
commit 2b70f32876
Notes: sideshowbarker 2024-07-18 05:06:18 +09:00

View File

@ -7,7 +7,7 @@ print_help() {
NAME=$(basename "$ARG0")
cat <<EOF
Usage: $NAME COMMAND [TARGET] [ARGS...]
Supported TARGETs: i686, x86_64, lagom. Defaults to SERENITY_ARCH, or i686 if not set.
Supported TARGETs: aarch64, i686, x86_64, lagom. Defaults to SERENITY_ARCH, or i686 if not set.
Supported COMMANDs:
build: Compiles the target binaries, [ARGS...] are passed through to ninja
install: Installs the target binary