]> code.ossystems Code Review - openembedded-core.git/commit
go: disable PIE CFLAGS for nativesdk and cross-canadian builds
authorMatt Madison <matt@madison.systems>
Sun, 4 Mar 2018 21:09:34 +0000 (13:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:33 +0000 (06:36 -0800)
commitcc7b179917c715b29822200fe91ecd755a5750e6
treee270d9720007592ade5303b23f1c1480293bc123
parentf2ff90eb7d27a2f69f5948fa8c301de30f5c8132
go: disable PIE CFLAGS for nativesdk and cross-canadian builds

The statically-linked Go code in the toolchain is not compatible
with PIE, so disable its use in the C compiler during the
toolchain build.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/go/go-cross-canadian.inc
meta/recipes-devtools/go/go-cross-canadian_1.9.bb
meta/recipes-devtools/go/go-target.inc