]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add AIX operating system.
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 12:34:00 +0000 (14:34 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 3 Oct 2018 13:38:38 +0000 (13:38 +0000)
commita3a69afff85c94be8b6419b03efd5dc14f2425f9
treed68578102485e410eac05d38f7f371eb17deb770
parent8919fe9e4d00aec34cfb8e3a0e5c7f629c9e1fc5
cmd/dist: add AIX operating system.

This commit adds AIX operating system to cmd/dist package for ppc64
architecture.

The stack guard is increased because of syscalls made inside the runtime
which need a larger stack.

Disable cmd/vet/all tests until aix/ppc64 is fully available.

Change-Id: I7e3caf86724249ae564a152d90c1cbd4de288814
Reviewed-on: https://go-review.googlesource.com/c/138715
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go
src/cmd/dist/buildruntime.go
src/cmd/dist/main.go
src/cmd/internal/objabi/head.go
src/cmd/vet/all/main.go