Commit f39fcd7e authored by Russ Cox's avatar Russ Cox

fix 386 build.

some day...

TBR=r
OCL=30453
CL=30453
parent 38020095
...@@ -130,6 +130,6 @@ chan.acid: runtime.h chan.c ...@@ -130,6 +130,6 @@ chan.acid: runtime.h chan.c
$(CC) -a chan.c >chan.acid $(CC) -a chan.c >chan.acid
$(GOARCH)/asm.h: runtime.acid mkasmh $(GOARCH)/asm.h: runtime.acid mkasmh
mkasmh >$@.x ./mkasmh >$@.x
mv -f $@.x $@ mv -f $@.x $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment