diff options
-rwxr-xr-x | scripts/test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test b/scripts/test index 3443702..144930f 100755 --- a/scripts/test +++ b/scripts/test | |||
@@ -89,10 +89,10 @@ elif [ "x$ARCH" = "xarm32" -o "x$ARCH" = "xarm64" ]; then | |||
89 | 89 | ||
90 | file apps/openssl/.libs/openssl | 90 | file apps/openssl/.libs/openssl |
91 | 91 | ||
92 | elif [ "x$ARCH" = "xmipsel" -o "x$ARCH" = "xmips64el" ]; then | 92 | elif [ "x$ARCH" = "xmips32" -o "x$ARCH" = "xmips64" ]; then |
93 | sudo apt-get install -y qemu-user-static binfmt-support | 93 | sudo apt-get install -y qemu-user-static binfmt-support |
94 | 94 | ||
95 | if [ "x$ARCH" = "xmipsel" ]; then | 95 | if [ "x$ARCH" = "xmips32" ]; then |
96 | sudo apt-get install -y g++-mips-linux-gnu | 96 | sudo apt-get install -y g++-mips-linux-gnu |
97 | sudo ln -sf /usr/mipsel-linux-gnu/lib/ld.so.1 /lib/ | 97 | sudo ln -sf /usr/mipsel-linux-gnu/lib/ld.so.1 /lib/ |
98 | ./configure --host=mipsel-linux-gnu | 98 | ./configure --host=mipsel-linux-gnu |