Commit 0cc772cb authored by Robert Griesemer's avatar Robert Griesemer

- adjust Make.conf to use cc instead of cc64 for now

TBR=rsc
OCL=13804
CL=13804
parent 7b377140
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style # Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
CC=cc64 CC=cc
LD=cc64 LD=cc
CFLAGS=-ggdb -I$(GOROOT)/include CFLAGS=-ggdb -I$(GOROOT)/include
BIN=$(HOME)/bin BIN=$(HOME)/bin
O=o O=o
......
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