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-07 12:39:26 +01:00
parent 8140f67092
commit 0a9785a4ff
-1
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"},
}