mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 13:26:11 +08:00
build: Use GO386=softfloat instead of deprecated GO386=387 for 386 builds
This commit is contained in:
parent
84c785bc36
commit
5f943aabc8
|
@ -72,7 +72,7 @@ var osarches = []string{
|
|||
|
||||
// Special environment flags for a given arch
|
||||
var archFlags = map[string][]string{
|
||||
"386": {"GO386=387"},
|
||||
"386": {"GO386=softfloat"},
|
||||
"mips": {"GOMIPS=softfloat"},
|
||||
"mipsle": {"GOMIPS=softfloat"},
|
||||
"arm-v7": {"GOARM=7"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user