add mips64r2-msb arch

This commit is contained in:
bolvan 2019-05-02 11:20:13 +03:00
parent 5edbe52eb0
commit eb3484031f
5 changed files with 1 additions and 1 deletions

BIN
binaries/mips64r2-msb/ip2net Executable file

Binary file not shown.

BIN
binaries/mips64r2-msb/mdig Executable file

Binary file not shown.

BIN
binaries/mips64r2-msb/nfqws Executable file

Binary file not shown.

BIN
binaries/mips64r2-msb/tpws Executable file

Binary file not shown.

View File

@ -19,7 +19,7 @@ ccp()
#cp -f "$BINDIR/$1" "$EXEDIR/$2" && echo copying : "$BINDIR/$1" =\> "$EXEDIR/$2"
}
for arch in aarch64 armhf mips32r1-lsb mips32r1-msb x86_64 x86
for arch in aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb x86_64 x86
do
if check_dir $arch; then
echo $arch is OK