Commit 64ead3b9 authored by Helmut Grohne's avatar Helmut Grohne
Browse files

rebootstrap: job more architectures

 * kfreebsd-armhf and hurd-amd64 never became a thing. No progress is
   being made.
 * powerpcspe got removed from gcc and linux. Someone might be working
   on this. Possibly it can be added back for gcc-10.
parent a97cb13c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ architectures = """
   """.split()

mono_architectures = """
    armel armhf kfreebsd-armhf arm64 arm64ilp32 hurd-amd64
    armel armhf arm64 arm64ilp32
    musl-linux-armhf musl-linux-arm64
    alpha
    hppa
@@ -21,7 +21,7 @@ mono_architectures = """
    mips64 mips64r6el mipsr6el
    musl-linux-mips musl-linux-mipsel
    nios2
    powerpcspe ppc64el
    ppc64el
    riscv64
    sh3 sh4
    """.split()