Browse Source

install_bin : hoodini allows running arm on x86. its not optimal or even segfaults. check x86 before arm

pull/33/head
bolvan 6 years ago
parent
commit
5fdd42896b
  1. 2
      install_bin.sh

2
install_bin.sh

@ -20,7 +20,7 @@ ccp()
#cp -f "$BINDIR/$1" "$EXEDIR/$2" && echo copying : "$BINDIR/$1" =\> "$EXEDIR/$2"
}
ARCHLIST="my aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb ppc x86_64 x86"
ARCHLIST="my x86_64 x86 aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb ppc"
if [ "$1" = "getarch" ]; then
for arch in $ARCHLIST

Loading…
Cancel
Save