]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: reserve GOOS=zos for IBM z/OS
authorMichael Munday <munday@ca.ibm.com>
Thu, 20 Oct 2016 19:22:46 +0000 (15:22 -0400)
committerMichael Munday <munday@ca.ibm.com>
Thu, 20 Oct 2016 20:26:07 +0000 (20:26 +0000)
Closes #17528.

Change-Id: I2ba55ad4e41077808f882ed67a0549f0a00e25d0
Reviewed-on: https://go-review.googlesource.com/31596
Run-TryBot: Michael Munday <munday@ca.ibm.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/go/build/syslist.go

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