mirror of
https://github.com/golang/go
synced 2024-11-22 22:00:02 -07:00
01fe6a9c58
* use new Make.$GOARCH files in gobuild. * rename 6ar to arch-generic gopack. * place objects in $GOROOT/pkg/$GOOS_$GOARCH (makes cross-compiling easier, and no one ever types these paths by hand anyway). R=r DELTA=29 (6 added, 8 deleted, 15 changed) OCL=29923 CL=29967
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
# Copyright 2009 The Go Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style
|
|
# license that can be found in the LICENSE file.
|
|
|
|
O=8
|
|
AS=${O}a
|
|
CC=${O}c
|
|
GC=${O}g
|
|
LD=${O}l
|
|
OS=568vq |