Skip to content

Commit 6f5a7da

Browse files
krajrpurdie
authored andcommitted
goarch: Use softfloat instead of 387 for 386 goarch
387 has been removed from go 1.16 see [1] [1] golang/go#40255 Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent bc5ff69 commit 6f5a7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/classes/goarch.bbclass

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def go_map_386(a, f, d):
9898
if ('core2' in f) or ('corei7' in f):
9999
return 'sse2'
100100
else:
101-
return '387'
101+
return 'softfloat'
102102
return ''
103103

104104
def go_map_mips(a, f, d):

0 commit comments

Comments
 (0)