build: don't explicitly set ARM version to fix ARMv5 build #4553

This partially reverts commit f71f6c57d7.
This commit is contained in:
Nick Craig-Wood 2020-09-05 09:15:51 +01:00
parent 8140f67092
commit 0a9785a4ff
1 changed files with 0 additions and 1 deletions

View File

@ -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"},
}