From 0cc772cbc088a3413394c7d4d6ac467c130527d9 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 4 Aug 2008 09:47:52 -0700 Subject: [PATCH] - adjust Make.conf to use cc instead of cc64 for now TBR=rsc OCL=13804 CL=13804 --- src/Make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Make.conf b/src/Make.conf index e6d8628aea5..ddf4b97220a 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