summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2008-08-04 09:47:52 -0700
committerRobert Griesemer <gri@golang.org>2008-08-04 09:47:52 -0700
commit0cb148df74fcd8c7b99cc755904482e0a03629be (patch)
treefafd2bc67549d7db76f7dbbaac8f3862017f24e0 /src
parent8fcaa90c8a2099c1426029e727c6895a5c6020c9 (diff)
downloadgolang-0cb148df74fcd8c7b99cc755904482e0a03629be.tar.gz
- adjust Make.conf to use cc instead of cc64 for now
TBR=rsc OCL=13804 CL=13804
Diffstat (limited to 'src')
-rw-r--r--src/Make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Make.conf b/src/Make.conf
index e6d8628ae..ddf4b9722 100644
--- a/src/Make.conf
+++ b/src/Make.conf
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-CC=cc64
-LD=cc64
+CC=cc
+LD=cc
CFLAGS=-ggdb -I$(GOROOT)/include
BIN=$(HOME)/bin
O=o