]> code.ossystems Code Review - openembedded-core.git/commit
go: Export correct GO386 value for target
authorPaul Barker <pbarker@toganlabs.com>
Fri, 13 Oct 2017 19:25:29 +0000 (19:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Oct 2017 22:52:04 +0000 (23:52 +0100)
commiteba5fd5f594d65d311fa7564fa4b243248cb212a
treef78582e38840ab5054c75828bf582395a079ebad
parent7e96cf3c9850dc34d53af73a9ac22b1624994484
go: Export correct GO386 value for target

When compiling go code for the target we need to ensure that GO386 is exported
and set appropriately. This controls whether sse/sse2 instructions are used to
implement floating-point operations or not.

Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/go/go-cross-canadian.inc
meta/recipes-devtools/go/go-cross.inc
meta/recipes-devtools/go/go-runtime.inc
meta/recipes-devtools/go/go-target.inc