CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/11/19 02:17:06
Modified files:
lang/go : Makefile go.port.mk
Log message:
On i386, currently go autodetects SSE at build time, and produces
binaries appropriate for the build machine. This doesn't work for
package builds where packages are produced on a machine with SSE
but are expected to work on machines without. Set GO386=387 during
the build to disable this. OK/improved comment from jsing@.
