]> Cypherpunks repositories - gostls13.git/commitdiff
build: delete Make.386 Make.amd64 Make.arm
authorRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 21:51:48 +0000 (17:51 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 21:51:48 +0000 (17:51 -0400)
obsoleted by Make.inc.

R=r
CC=golang-dev
https://golang.org/cl/2009041

src/Make.386 [deleted file]
src/Make.amd64 [deleted file]
src/Make.arm [deleted file]

diff --git a/src/Make.386 b/src/Make.386
deleted file mode 100644 (file)
index 9560cd0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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.
-
-O=8
-AS=${O}a
-CC=${O}c
-GC=${O}g
-LD=${O}l
-OS=568vq
-CFLAGS=-FVw
diff --git a/src/Make.amd64 b/src/Make.amd64
deleted file mode 100644 (file)
index 20585c4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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.
-
-O=6
-AS=${O}a
-CC=${O}c
-GC=${O}g
-LD=${O}l
-OS=568vq
-CFLAGS=-FVw
diff --git a/src/Make.arm b/src/Make.arm
deleted file mode 100644 (file)
index 9acef07..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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.
-
-O=5
-AS=${O}a
-CC=${O}c
-GC=${O}g
-LD=${O}l
-OS=568vq
-CFLAGS=-FVw