From bbb207322311939e9312b5912ba77bf5231b051d Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Thu, 5 Jun 2008 19:38:39 -0700 Subject: goos garch SVN=121367 --- src/runtime/make.bash | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/runtime/make.bash (limited to 'src/runtime/make.bash') 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 -- cgit v1.3