mirror of
https://github.com/golang/go
synced 2024-11-21 22:04:39 -07:00
test/bench/shootout: update post-Makefile
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5696054
This commit is contained in:
parent
3a1c226a38
commit
832dcecc99
@ -1,14 +0,0 @@
|
|||||||
# Copyright 2011 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.
|
|
||||||
|
|
||||||
include ../../../src/Make.inc
|
|
||||||
|
|
||||||
all:
|
|
||||||
@echo "make clean or timing"
|
|
||||||
|
|
||||||
timing:
|
|
||||||
./timing.sh
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f [568].out *.[568]
|
|
@ -5,7 +5,11 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
eval $(gomake --no-print-directory -f ../../../src/Make.inc go-env)
|
eval $(go tool dist env)
|
||||||
|
O=$GOCHAR
|
||||||
|
GC="go tool ${O}g"
|
||||||
|
LD="go tool ${O}l"
|
||||||
|
|
||||||
PATH=.:$PATH
|
PATH=.:$PATH
|
||||||
|
|
||||||
havegccgo=false
|
havegccgo=false
|
||||||
|
Loading…
Reference in New Issue
Block a user