[mirror] architecture code
Перейти к файлу
Brad Fitzpatrick c49399feb8 ppc64/ppc64spec: skip build unless Go 1.8+ or amd64
Fix build failure:

../../gopath/src/golang.org/x/arch/ppc64/ppc64spec/spec.go:146: undefined: pdf.Outline
../../gopath/src/golang.org/x/arch/ppc64/ppc64spec/spec.go:153: undefined: pdf.Outline
../../gopath/src/golang.org/x/arch/ppc64/ppc64spec/spec.go:174: undefined: pdf.Page
../../gopath/src/golang.org/x/arch/ppc64/ppc64spec/spec.go:271: undefined: pdf.Content
../../gopath/src/golang.org/x/arch/ppc64/ppc64spec/spec.go:271: undefined: pdf.Text
../../gopath/src/golang.org/x/arch/ppc64/ppc64spec/spec.go:396: undefined: pdf.Rect

ppc64spec depends on other packages that don't build on 32-bit
systems prior to Go 1.8.

Fixes golang/go#17635
Updates golang/go#12840

Change-Id: I594adef1d0bc498940183215c7c5a958628a254a
Reviewed-on: https://go-review.googlesource.com/33247
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-11-15 21:48:24 +00:00
arm arm/armspec, vendor/rsc.io/pdf: require Go 1.6+ for use of vendored packages 2016-07-15 20:53:32 +00:00
ppc64 ppc64/ppc64spec: skip build unless Go 1.8+ or amd64 2016-11-15 21:48:24 +00:00
vendor arm/armspec, vendor/rsc.io/pdf: require Go 1.6+ for use of vendored packages 2016-07-15 20:53:32 +00:00
x86 cmd/objdump: fix disassembly suffixes 2016-06-02 03:31:11 +00:00
AUTHORS arch: initial boilerplate 2015-08-27 12:23:37 -04:00
CONTRIBUTING.md arch: initial boilerplate 2015-08-27 12:23:37 -04:00
CONTRIBUTORS arch: initial boilerplate 2015-08-27 12:23:37 -04:00
LICENSE arch: initial boilerplate 2015-08-27 12:23:37 -04:00
PATENTS arch: initial boilerplate 2015-08-27 12:23:37 -04:00
README vendor/rsc.io/pdf: import rsc.io/pdf library 2015-08-27 17:34:09 +00:00
codereview.cfg arch: initial boilerplate 2015-08-27 12:23:37 -04:00

README

This repository holds machine architecture information used by the Go toolchain.
The parts needed in the main Go repository are copied in.

This repository requires Go 1.6, or Go 1.5 with the vendor experiment enabled:

	export GO15VENDOREXPERIMENT=1