From 64c513001fa2c3aaeb78b7a6275b966033ca3e19 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sun, 15 Dec 2024 21:03:07 -0600 Subject: bootstrap: update list of unsupported targets (devs only). --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 # 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 ; ;; -- cgit v1.2.3-70-g09d2