github.com/shijuvar/go@v0.0.0-20141209052335-e8f13700b70c/src/cmd/9l/doc.go (about) 1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // +build ignore 6 7 /* 8 9 9l is the linker for 64-bit PowerPC and Power Architecture processors. 10 The $GOARCH for these tools is ppc64 (big endian) or 11 ppc64le (little endian). 12 13 The flags are documented in ../ld/doc.go. 14 15 */ 16 package main