387 has been removed from go 1.16 see [1] [1] https://github.com/golang/go/issues/40255
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- meta/classes/goarch.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass index 73e13c0afe..e4e0ca37be 100644 --- a/meta/classes/goarch.bbclass +++ b/meta/classes/goarch.bbclass @@ -98,7 +98,7 @@ def go_map_386(a, f, d): if ('core2' in f) or ('corei7' in f): return 'sse2' else: - return '387' + return 'softfloat' return '' def go_map_mips(a, f, d): -- 2.30.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148573): https://lists.openembedded.org/g/openembedded-core/message/148573 Mute This Topic: https://lists.openembedded.org/mt/80891337/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-