unix: add arm64 and ppc64le build tags as needed for Go 1.4

Go1.4 does not recognize arm64 and ppc64le as valid GOARCH values, so
we need explicit build tags.

Change-Id: I1a886c132ae398d9f92b2c2b33d2a4827bbdb9d4
Reviewed-on: https://go-review.googlesource.com/10083
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Ian Lance Taylor
2015-05-14 20:02:06 +00:00
parent 76b6ca6286
commit 8bcc2dbee4
10 changed files with 19 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build arm64
package unix
const _SYS_dup = SYS_DUP3