diff options
author | Zach van Rijn <me@zv.io> | 2024-12-15 21:03:07 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-12-15 21:03:07 -0600 |
commit | 64c513001fa2c3aaeb78b7a6275b966033ca3e19 (patch) | |
tree | 97464949410e0f121673750d412da4516ca4083c | |
parent | 87815dcd60219933442d22dd0e81ded751d6a9ad (diff) | |
download | bootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.tar.gz bootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.tar.bz2 bootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.tar.xz bootstrap-64c513001fa2c3aaeb78b7a6275b966033ca3e19.zip |
bootstrap: update list of unsupported targets (devs only).
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ; ;; |