Add GOMIPS=softfloat

This commit is contained in:
Andrey Meshkov 2019-03-22 10:40:38 +03:00
parent 7ebfaccc6e
commit 6edfe1bb8e
1 changed files with 2 additions and 2 deletions

View File

@ -38,5 +38,5 @@ GOOS=linux GOARCH=arm GOARM=6 f
GOOS=linux GOARCH=arm64 GOARM=6 f
GOOS=windows GOARCH=amd64 f
GOOS=windows GOARCH=386 f
GOOS=linux GOARCH=mipsle f
GOOS=linux GOARCH=mips f
GOOS=linux GOARCH=mipsle GOMIPS=softfloat f
GOOS=linux GOARCH=mips GOMIPS=softfloat f