Skip to content

Commit

Permalink
fix mips without FPU emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
honwen committed Jan 27, 2019
1 parent 4f8b2c5 commit 8af74db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-release.sh
Expand Up @@ -51,6 +51,7 @@ $sum bin/v2ray-plugin-linux-arm-$VERSION.tar.gz
MIPSS=(mips mipsle)
for v in ${MIPSS[@]}; do
env CGO_ENABLED=0 GOOS=linux GOARCH=$v go build -v -ldflags "$LDFLAGS" -gcflags "$GCFLAGS" -o v2ray-plugin_linux_$v
env CGO_ENABLED=0 GOOS=linux GOARCH=$v GOMIPS=softfloat go build -ldflags "$LDFLAGS" -gcflags "$GCFLAGS" -o v2ray-plugin_linux_${v}_sf
done
$upx v2ray-plugin_linux_mips* >/dev/null
tar -zcf bin/v2ray-plugin-linux-mips-$VERSION.tar.gz v2ray-plugin_linux_mips*
Expand Down

0 comments on commit 8af74db

Please sign in to comment.