mirror of
https://github.com/rclone/rclone.git
synced 2025-01-09 15:58:28 +01:00
build: don't explicitly set ARM version to fix ARMv5 build #4553
This partially reverts commit f71f6c57d7
.
This commit is contained in:
parent
e5a53d4c65
commit
6a0398211d
@ -74,7 +74,6 @@ var archFlags = map[string][]string{
|
||||
"386": {"GO386=387"},
|
||||
"mips": {"GOMIPS=softfloat"},
|
||||
"mipsle": {"GOMIPS=softfloat"},
|
||||
"arm": {"GOARM=6"},
|
||||
"arm-v7": {"GOARM=7"},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user