aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-25 21:31:17 -0700
committerRob Pike <r@golang.org>2008-06-25 21:31:17 -0700
commit9ff0e6288ea3ab4bb91b530e41840c1e234a274c (patch)
tree1a771252999d79f55a3f091ef420c48fd464400a /src/runtime
parent41abdad5ec038a0a70cc30cb842dae9db470c8a7 (diff)
downloadgo-9ff0e6288ea3ab4bb91b530e41840c1e234a274c.tar.xz
runtime needs runtime.c
6l needs to know that there is no rt_amd64.6 SVN=124766
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile
index 52741c1257..11e39cc6ce 100644
--- a/src/runtime/Makefile
+++ b/src/runtime/Makefile
@@ -15,6 +15,7 @@ RT0OFILES=\
LIBOFILES=\
rt1_$(GOARCH)_$(GOOS).$O\
rt2_$(GOARCH).$O\
+ runtime.$O\
OFILES=$(RT0OFILES) $(LIBOFILES)
HFILES=