summaryrefslogtreecommitdiff
path: root/src/Make.conf
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-08-03 23:03:31 -0700
committerRuss Cox <rsc@golang.org>2008-08-03 23:03:31 -0700
commit635fdc72f10d20a92eb097171cb18516a6011ad7 (patch)
tree98eed5339154c254e2bed61fcd39ac830cfde81e /src/Make.conf
parentff3b0d1f076c6bb6112bfffc6712e555b105760b (diff)
downloadgolang-635fdc72f10d20a92eb097171cb18516a6011ad7.tar.gz
Use a single Make.conf for setting CC, etc.
This makes it easy to build with other flags (like -ggdb) or other compilers (like cc64). R=r DELTA=45 (6 added, 22 deleted, 17 changed) OCL=13790 CL=13793
Diffstat (limited to 'src/Make.conf')
-rw-r--r--src/Make.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Make.conf b/src/Make.conf
new file mode 100644
index 000000000..e6d8628ae
--- /dev/null
+++ b/src/Make.conf
@@ -0,0 +1,10 @@
+# Copyright 2009 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+CC=cc64
+LD=cc64
+CFLAGS=-ggdb -I$(GOROOT)/include
+BIN=$(HOME)/bin
+O=o
+YFLAGS=-d