aboutsummaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2020-10-06 14:42:15 -0700
committerKeith Randall <khr@golang.org>2020-10-06 22:49:38 +0000
commit04b8a9fea57e37589d82410281f22ebde0027808 (patch)
treeb4096a522fb770e00a9257cd4e6ddacb97478808 /src/internal
parent930fa890c9b6a75700bda3dc4043de81350749ea (diff)
downloadgo-04b8a9fea57e37589d82410281f22ebde0027808.tar.gz
go-04b8a9fea57e37589d82410281f22ebde0027808.zip
all: implement GO386=softfloat
Backstop support for non-sse2 chips now that 387 is gone. RELNOTE=yes Change-Id: Ib10e69c4a3654c15a03568f93393437e1939e013 Reviewed-on: https://go-review.googlesource.com/c/go/+/260017 Trust: Keith Randall <khr@golang.org> Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/cfg/cfg.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/cfg/cfg.go b/src/internal/cfg/cfg.go
index 023429e441..bdbe9df3e7 100644
--- a/src/internal/cfg/cfg.go
+++ b/src/internal/cfg/cfg.go
@@ -32,6 +32,7 @@ const KnownEnv = `
FC
GCCGO
GO111MODULE
+ GO386
GOARCH
GOARM
GOBIN