[OE-core] [PATCH v2 0/1] goarch.bbclass: rework mips architecture checks

Matt Madison matt at madison.systems
Thu Sep 28 17:34:41 UTC 2017


New in V2:

 * Replaced the regex matches for mips with straight
   comparisons -- the only mips TUNE_ARCHs that map
   into Go support are 'mips' and 'mipsel'.

* Removed the anonymous python function, and dropped
  rewriting TUNE_FEATURES altogether.  TUNE_CCARGS_remove
  (which had been used in the past) is used to handle
  the compiler flags conflict with cgo for mips.

* Fixed regexes for the mips64 checks, which I missed
  last time.

Matt Madison (1):
  goarch.bbclass: rework mips architecture checks

 meta/classes/goarch.bbclass | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

-- 
2.7.4



More information about the Openembedded-core mailing list