]> Cypherpunks.ru repositories - gostls13.git/commit
build: on OS X 10.8 and later, use clang instead of gcc
authorRuss Cox <rsc@golang.org>
Fri, 2 Aug 2013 18:58:27 +0000 (14:58 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 2 Aug 2013 18:58:27 +0000 (14:58 -0400)
commit2ddb672ddcbb050521a2c031630c6dc884a78314
tree71975ed925d00da4fbfdc5b9c78520c682bb6ae7
parent337407d8473d96b11b8c4bd053bce463c347eb06
build: on OS X 10.8 and later, use clang instead of gcc

Fixes #5822.
Will no doubt cause other problems, but Apple has forced our hand.

R=golang-dev, bradfitz, khr
CC=golang-dev
https://golang.org/cl/12350044
src/cmd/cgo/gcc.go
src/cmd/cgo/out.go
src/cmd/dist/a.h
src/cmd/dist/build.c
src/cmd/dist/unix.c
src/cmd/go/build.go
src/run.bash