forked from TrueCloudLab/rclone
build: don't explicitly set ARM version to fix ARMv5 build #4553
This partially reverts commit f71f6c57d7
.
This commit is contained in:
parent
8140f67092
commit
0a9785a4ff
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ var archFlags = map[string][]string{
|
||||||
"386": {"GO386=387"},
|
"386": {"GO386=387"},
|
||||||
"mips": {"GOMIPS=softfloat"},
|
"mips": {"GOMIPS=softfloat"},
|
||||||
"mipsle": {"GOMIPS=softfloat"},
|
"mipsle": {"GOMIPS=softfloat"},
|
||||||
"arm": {"GOARM=6"},
|
|
||||||
"arm-v7": {"GOARM=7"},
|
"arm-v7": {"GOARM=7"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue