summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-12-15 21:03:07 -0600
committerZach van Rijn <me@zv.io>2024-12-15 21:03:07 -0600
commit64c513001fa2c3aaeb78b7a6275b966033ca3e19 (patch)
tree97464949410e0f121673750d412da4516ca4083c
parent87815dcd60219933442d22dd0e81ded751d6a9ad (diff)
downloadbootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.tar.gz
bootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.tar.bz2
bootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.tar.xz
bootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.zip
bootstrap: update list of unsupported targets (devs only).
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1aa7001..dcaa39e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@
# Purpose : Bootstraps Adélie from source for any architecture.
# Authors : Zach van Rijn <me@zv.io>
# License : MIT
-# Revision : 20241211
+# Revision : 20241215
#===============================================================
#===============================================================
@@ -342,6 +342,7 @@ case "${1}" in
mips64el) m=mips64el: ; q=mips64el ; ;;
mips) m=mips: ; q=mips ; ;;
mipsel) m=mipsel: ; q=mipsel ; ;;
+ ppc64le) m=powerpc64le: ; q=ppc64le ; ;;
riscv64) m=riscv64: ; q=riscv64 ; ;;
riscv32) m=riscv32: ; q=riscv32 ; ;;
s390x) m=s390x: ; q=s390x ; ;;