aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/make.bash
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2008-06-05 19:38:39 -0700
committerKen Thompson <ken@golang.org>2008-06-05 19:38:39 -0700
commitbbb207322311939e9312b5912ba77bf5231b051d (patch)
treec24f6b8fa543b6e09e2ea8c7e3f15732de11c070 /src/runtime/make.bash
parent8527f49e24b1145a7c6e3020d4a7d8aa51625b17 (diff)
downloadgo-bbb207322311939e9312b5912ba77bf5231b051d.tar.xz
goos garch
SVN=121367
Diffstat (limited to 'src/runtime/make.bash')
-rw-r--r--src/runtime/make.bash14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/runtime/make.bash b/src/runtime/make.bash
new file mode 100644
index 0000000000..903607325f
--- /dev/null
+++ b/src/runtime/make.bash
@@ -0,0 +1,14 @@
+# Copyright 2009 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+set -ex
+
+6a rt0_amd64_darwin.s
+mv rt0_amd64_darwin.6 ../../lib/rt0_amd64_darwin.6
+
+6a rt0_amd64_linux.s
+mv rt0_amd64_linux.6 ../../lib/rt0_amd64_linux.6
+
+6c runtime.c
+mv runtime.6 ../../lib/rt_amd64.6