mirror of git://gcc.gnu.org/git/gcc.git
go/build: Add all known gccgo architectures to list.
From-SVN: r204796
This commit is contained in:
parent
eb1c879cfd
commit
eb50be04e9
|
|
@ -5,4 +5,4 @@
|
||||||
package build
|
package build
|
||||||
|
|
||||||
const goosList = "darwin dragonfly freebsd linux netbsd openbsd plan9 windows solaris "
|
const goosList = "darwin dragonfly freebsd linux netbsd openbsd plan9 windows solaris "
|
||||||
const goarchList = "386 amd64 arm "
|
const goarchList = "386 amd64 arm alpha m68k mipso32 mipsn32 mipsn64 mipso64 ppc ppc64 sparc sparc64 "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue