From f33b8a964a5c4a748ddfd03816cc9c876d93278d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 20 Jan 2018 19:20:50 +0100 Subject: [PATCH] Use softfloat on mips builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb8cf732..aefdad24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ script: - tar czpvf dnscrypt-proxy-linux_arm64-${TRAVIS_TAG:-dev}.tar.gz linux-arm64 - go clean - - env GOOS=linux GOARCH=mips go build -ldflags="-s -w" + - env GOOS=linux GOARCH=mips GOMIPS=softfloat go build -ldflags="-s -w" - mkdir linux-mips - ln dnscrypt-proxy linux-mips/ - ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips/