]> Cypherpunks repositories - gostls13.git/commitdiff
- adjust Make.conf to use cc instead of cc64 for now
authorRobert Griesemer <gri@golang.org>
Mon, 4 Aug 2008 16:47:52 +0000 (09:47 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 4 Aug 2008 16:47:52 +0000 (09:47 -0700)
TBR=rsc
OCL=13804
CL=13804

src/Make.conf

index e6d8628aea564963814c0b2112372ea5895d8e87..ddf4b97220a2962349902fa131767041901502ad 100644 (file)
@@ -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