mirror of
https://github.com/golang/go
synced 2024-11-20 05:54:43 -07:00
gotest: set $AS to $GOBIN/$AS
May address issue 624. R=rsc CC=golang-dev https://golang.org/cl/223083
This commit is contained in:
parent
a627d61d5d
commit
6d0f1fedbf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user