]> code.ossystems Code Review - openembedded-core.git/commit
goarch.bbclass: rework mips architecture checks
authorMatt Madison <matt@madison.systems>
Thu, 28 Sep 2017 17:34:42 +0000 (10:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:03:32 +0000 (12:03 +0100)
commit1bc4c1d880096083d1891a74024fb225a6340b9b
tree3ab43628286dda86f0ba54eb86c50dbc5f8e2ec3
parentec48b8fd79181978f90b4b0ab00fbe78ddbd416e
goarch.bbclass: rework mips architecture checks

Remove the TUNE_FEATURES references from go_map_arch,
to avoid an unwanted variable dependency.  Direct
comparisons of the architecture name are sufficient
for covering what Go currently supports, and using
TUNE_CCARGS_remove adequately handles the conflict
with the cgo-supplied flags for mips.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/goarch.bbclass