mirror of
https://github.com/golang/go
synced 2024-11-12 04:50:21 -07:00
build: delete Make.386 Make.amd64 Make.arm
obsoleted by Make.inc. R=r CC=golang-dev https://golang.org/cl/2009041
This commit is contained in:
parent
9401e3d1e4
commit
216f5fff36
11
src/Make.386
11
src/Make.386
@ -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
|
@ -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
|
11
src/Make.arm
11
src/Make.arm
@ -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
|
Loading…
Reference in New Issue
Block a user