]> gcc.gnu.org Git - gcc.git/blame - libgo/go/go/build/syslist.go
libgo: add riscv and js/wasm as known targets
[gcc.git] / libgo / go / go / build / syslist.go
CommitLineData
22b955cc 1// Copyright 2011 The Go Authors. All rights reserved.
95729181
ILT
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package build
6
87cbbc45
ILT
7const goosList = "aix android darwin dragonfly freebsd js linux nacl netbsd openbsd plan9 solaris windows zos "
8const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be alpha m68k ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le nios2 ppc riscv riscv64 s390 s390x sh shbe sparc sparc64 wasm "
This page took 0.454468 seconds and 5 git commands to generate.