mirror of
https://github.com/golang/go
synced 2024-11-20 09:54:45 -07:00
6609d2f88d
remove a few hardcoded paths elsewhere too. R=r,gri DELTA=123 (44 added, 15 deleted, 64 changed) OCL=29914 CL=29945
10 lines
197 B
Plaintext
10 lines
197 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
|