summaryrefslogtreecommitdiff
path: root/src/Make.pkg
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2010-11-18 12:34:47 -0800
committerIan Lance Taylor <iant@golang.org>2010-11-18 12:34:47 -0800
commit1b74d21c7df57ed229f6acb1926d3431c9012368 (patch)
treeca37194862663e9fe0e8e52381b8f86f3a4fe073 /src/Make.pkg
parent07be09c9e8c3210709665d8463e1986d726aff28 (diff)
downloadgo-1b74d21c7df57ed229f6acb1926d3431c9012368.tar.gz
Makefiles: Don't define _64BIT now that 6c does it by default.
R=rsc CC=golang-dev http://codereview.appspot.com/3207041
Diffstat (limited to 'src/Make.pkg')
-rw-r--r--src/Make.pkg3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Make.pkg b/src/Make.pkg
index 62fb68d4b..f9711671a 100644
--- a/src/Make.pkg
+++ b/src/Make.pkg
@@ -132,8 +132,7 @@ _cgo_export.o: _cgo_export.c _cgo_export.h
# added _cgo_defun.$O to $OFILES, and added the installed copy of
# package_x.so (built from x.cgo2.c) to $(INSTALLFILES).
-RUNTIME_CFLAGS_amd64=-D_64BIT
-RUNTIME_CFLAGS=-I"$(GOROOT)/src/pkg/runtime" $(RUNTIME_CFLAGS_$(GOARCH))
+RUNTIME_CFLAGS=-I"$(GOROOT)/src/pkg/runtime"
# Have to run gcc with the right size argument on hybrid 32/64 machines.
_CGO_CFLAGS_386=-m32