diff options
| author | Rob Pike <r@golang.org> | 2008-06-21 15:36:23 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-06-21 15:36:23 -0700 |
| commit | aeb43984ec7c86aee220cc56146e0127de4ce2e3 (patch) | |
| tree | 7e4f626347e842638a70c0fd9a09bd26b8a586b0 /src/runtime/make.bash | |
| parent | 54abac678ac9d92e168360e961214100712ceb4f (diff) | |
| download | go-aeb43984ec7c86aee220cc56146e0127de4ce2e3.tar.xz | |
add signal handling and traceback support therein.
factor the runtime into architecture-dependent and -independent pieces.
ditto for the OS dependence.
SVN=124020
Diffstat (limited to 'src/runtime/make.bash')
| -rw-r--r-- | src/runtime/make.bash | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/runtime/make.bash b/src/runtime/make.bash index 46a920b731..9a6d42e26a 100644 --- a/src/runtime/make.bash +++ b/src/runtime/make.bash @@ -10,5 +10,14 @@ mv rt0_amd64_darwin.6 ../../lib/rt0_amd64_darwin.6 $HOME/bin/6a rt0_amd64_linux.s mv rt0_amd64_linux.6 ../../lib/rt0_amd64_linux.6 +$HOME/bin/6c rt1_amd64_linux.c +mv rt1_amd64_linux.6 ../../lib/rt1_amd64_linux.6 + +$HOME/bin/6c rt1_amd64_darwin.c +mv rt1_amd64_darwin.6 ../../lib/rt1_amd64_darwin.6 + +$HOME/bin/6c rt2_amd64.c +mv rt2_amd64.6 ../../lib/rt2_amd64.6 + $HOME/bin/6c runtime.c mv runtime.6 ../../lib/rt_amd64.6 |
