aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-05-26 21:07:26 -0700
committerRuss Cox <rsc@golang.org>2009-05-26 21:07:26 -0700
commita8e4ed6a3dd4a2e555d2f355af018c7ac5b8fbea (patch)
treeb814feaafac63e3db19da094ee5a0f3ba9d85992 /src/runtime/Makefile
parentafba16f46982195203ad9ec0f37e5d4c5c220e95 (diff)
downloadgo-a8e4ed6a3dd4a2e555d2f355af018c7ac5b8fbea.tar.gz
go-a8e4ed6a3dd4a2e555d2f355af018c7ac5b8fbea.zip
8g: 64-bit arithmetic and assorted bug fixes;
can run 64-bit sieve and powser. interfaces are limping along. next hurdle is floating point. R=ken OCL=29418 CL=29423
Diffstat (limited to 'src/runtime/Makefile')
-rw-r--r--src/runtime/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile
index a0e03fa160..ad236491f2 100644
--- a/src/runtime/Makefile
+++ b/src/runtime/Makefile
@@ -114,3 +114,6 @@ cgo2c: cgo2c.c
runtime.acid: runtime.h proc.c
$(CC) -a proc.c >runtime.acid
+chan.acid: runtime.h chan.c
+ $(CC) -a chan.c >chan.acid
+