Commit 6d0f1fed authored by Andrew Gerrand's avatar Andrew Gerrand

gotest: set $AS to $GOBIN/$AS

May address issue 624.

R=rsc
CC=golang-dev
https://golang.org/cl/223083
parent a627d61d
......@@ -44,6 +44,7 @@ esac
# Allow overrides
GC="$GOBIN/${_GC:-$GC} -I _test"
GL="$GOBIN/${GL:-$LD} -L _test"
AS="$GOBIN/$AS"
CC="$GOBIN/$CC"
LD="$GOBIN/$LD"
export GC GL O AS CC LD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment