diff options
author | Zach van Rijn <me@zv.io> | 2024-12-11 15:53:12 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-12-11 15:53:12 -0600 |
commit | d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf (patch) | |
tree | a69118e429144b9d71b75ef9d0fe6f9a16f8623e | |
parent | 01fd98cda2ce3210ef2c34e13dc8df62a0e1e1cc (diff) | |
download | bootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.tar.gz bootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.tar.bz2 bootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.tar.xz bootstrap-d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf.zip |
bootstrap: update list of unsupported targets (devs only).
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ;; |