summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-12-11 15:53:12 -0600
committerZach van Rijn <me@zv.io>2024-12-11 15:53:12 -0600
commitd2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf (patch)
treea69118e429144b9d71b75ef9d0fe6f9a16f8623e
parent01fd98cda2ce3210ef2c34e13dc8df62a0e1e1cc (diff)
downloadbootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.tar.gz
bootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.tar.bz2
bootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.tar.xz
bootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.zip
bootstrap: update list of unsupported targets (devs only).
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index aed6801..330b6f1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -339,7 +339,11 @@ case "${1}" in
loongarch64) m=loongarch64: ; q=loongarch64 ; ;;
m68k) m=m68k: ; q=m68k ; ;;
mips64) m=mips64: ; q=mips64 ; ;;
+ mips64el) m=mips64el: ; q=mips64el ; ;;
+ mips) m=mips: ; q=mips ; ;;
+ mipsel) m=mipsel: ; q=mipsel ; ;;
riscv64) m=riscv64: ; q=riscv64 ; ;;
+ riscv32) m=riscv32: ; q=riscv32 ; ;;
s390x) m=s390x: ; q=s390x ; ;;
*) usage ;;