From: Robert Griesemer Date: Mon, 4 Aug 2008 16:47:52 +0000 (-0700) Subject: - adjust Make.conf to use cc instead of cc64 for now X-Git-Tag: weekly.2009-11-06~3378 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0cc772cbc088a3413394c7d4d6ac467c130527d9;p=gostls13.git - adjust Make.conf to use cc instead of cc64 for now TBR=rsc OCL=13804 CL=13804 --- diff --git a/src/Make.conf b/src/Make.conf index e6d8628aea..ddf4b97220 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