1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:57:57 -07:00

fix arm build on darwin leopard

TBR=r
CC=golang-dev
https://golang.org/cl/2333043
This commit is contained in:
Russ Cox 2010-09-30 14:48:33 -04:00
parent 7389ab8d21
commit 32b31342bd

View File

@ -7,7 +7,13 @@ ifeq ($(GOOS),nacl)
# Nothing for NaCl
all clean install:
@true
else ifeq ($(GOARCH),arm)
# Nothing for NaCl
all clean install:
@true
else
include ../Make.inc