diff options
-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 ; ;; |