1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:47:58 -07:00

cgo: enable external linking mode on FreeBSD amd64.

Tested on FreeBSD 9.1 amd64, per rsc's instructions at
https://groups.google.com/d/topic/golang-dev/HjRTLvRsJXo/discussion .

R=golang-dev, lucio.dere, devon.odell, rsc
CC=golang-dev
https://golang.org/cl/7664044
This commit is contained in:
Steve McCoy 2013-03-09 14:51:57 -08:00 committed by Russ Cox
parent ccec3c764b
commit 18f926aab3

View File

@ -141,6 +141,7 @@ main(int argc, char *argv[])
default:
sysfatal("cannot use -hostobj with -H %s", headstr(HEADTYPE));
case Hlinux:
case Hfreebsd:
break;
}
}