]> git.wh0rd.org - home.git/commitdiff
custom-chroot: handle parsic/sparc ABIs
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 Sep 2015 14:20:41 +0000 (10:20 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 24 Sep 2015 14:20:41 +0000 (10:20 -0400)
.bin/custom-chroot

index fc4c7106a1f107ccea6412e3946e3dbb0dadbfb0..ebc5957b9ba567f58de173b8de57b2085cd634ff 100755 (executable)
@@ -38,6 +38,10 @@ get_type() {
        *64-bit*MIPS*)    echo mips64;;
        *32-bit*MIPS*N32*)echo mips64;;
        *32-bit*MIPS*)    echo mips;;
+       *32-bit*PA-RISC*) echo parisc;;
+       *64-bit*PA-RISC*) echo parisc64;;
+       *32-bit*SPARC*)   echo sparc;;
+       *64-bit*SPARC*)   echo sparc64;;
        esac
 }