]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: add big endian variant of arm and arm64 to goarch list
authorShenghou Ma <minux@golang.org>
Fri, 5 Jun 2015 19:13:57 +0000 (15:13 -0400)
committerMinux Ma <minux@golang.org>
Tue, 9 Jun 2015 09:56:10 +0000 (09:56 +0000)
Change-Id: Icda8475a7879d49e3b8b873303eb0bed5dd5a238
Reviewed-on: https://go-review.googlesource.com/10792
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/build/syslist.go

index 2c2cac94e9e638af6ac5e2eff54a7f56b21626c7..7adb0ca3d80e8ed592d698a3fc2d6f16c4510c78 100644 (file)
@@ -5,4 +5,4 @@
 package build
 
 const goosList = "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows "
-const goarchList = "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le ppc s390 s390x sparc sparc64 "
+const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le ppc s390 s390x sparc sparc64 "