Skip to content

Commit 3479918

Browse files
maddieshawn1m
authored andcommitted
mipsle: build softfloat and hardfloat (#162)
Build both `softfloat` and `hardfloat` version for `mipsle` GOARCH
1 parent 9d92bcb commit 3479918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
["linux", "arm64"],
1212
["linux", "mips", "softfloat"],
1313
["linux", "mips", "hardfloat"],
14-
["linux", "mipsle"],
14+
["linux", "mipsle", "softfloat"],
15+
["linux", "mipsle", "hardfloat"],
1516
["linux", "mips64"],
1617
["linux", "mips64le"],
1718
["freebsd", "386"],

0 commit comments

Comments
 (0)