aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/make.bash
AgeCommit message (Collapse)Author
2008-09-19add gobuild.Russ Cox
use gobuild-generated Makefile for math and os. other makefile tweaks. move math/main.go to test/math.go R=r OCL=15529 CL=15537
2008-06-27add a testRob Pike
fix make.bash for runtime - sysfile.6 depends on OS so simplest thing is to build just our own version SVN=125130
2008-06-25put a makefile into runtimeRob Pike
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
2008-06-21add signal handling and traceback support therein.Rob Pike
factor the runtime into architecture-dependent and -independent pieces. ditto for the OS dependence. SVN=124020
2008-06-12make paths explicit for easier installationRob Pike
SVN=122488
2008-06-05goos garchKen Thompson
SVN=121367