]> Cypherpunks repositories - gostls13.git/commit
build: change GO386=sse to GO386=sse2
authorRuss Cox <rsc@golang.org>
Fri, 18 Jan 2013 20:10:36 +0000 (15:10 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 18 Jan 2013 20:10:36 +0000 (15:10 -0500)
commitd795f07718f0011b035adad4a8fb5f5a33cb7ba1
tree1a476bcec91df40f3890ebb8c53541ed1b4026e5
parentebf35167eed54afb75332f879351dffdc5615e5d
build: change GO386=sse to GO386=sse2

sse2 is a more precise description of the requirement,
and it matches what people will see in, for example
        grep sse2 /proc/cpuinfo # linux
        sysctl hw.optional.sse2 # os x

R=golang-dev, dsymonds, iant
CC=golang-dev
https://golang.org/cl/7057050
src/cmd/dist/a.h
src/cmd/dist/build.c
src/cmd/dist/plan9.c
src/cmd/dist/unix.c
src/cmd/dist/windows.c
src/cmd/gc/lex.c