]> Cypherpunks repositories - gostls13.git/commit
put a makefile into runtime
authorRob Pike <r@golang.org>
Thu, 26 Jun 2008 04:19:05 +0000 (21:19 -0700)
committerRob Pike <r@golang.org>
Thu, 26 Jun 2008 04:19:05 +0000 (21:19 -0700)
commitc87597de2c785245398b4be7a7075d555d032248
treee63e4f4e8144018ba6276cd5403ee1ccf94dc415
parent250a091922af9661dd1f190e74cdddf55ba331c4
put a makefile into runtime
make the runtime library an archive (rt0 is still separate)
update 6l to use the archive
add fakeobj.c, missing from prior change

SVN=124762
src/cmd/6l/obj.c
src/cmd/ar/Makefile
src/libmach_amd64/fakeobj.c [new file with mode: 0644]
src/runtime/Makefile [new file with mode: 0644]
src/runtime/clean.bash
src/runtime/make.bash