aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/go.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index 3cccda89f..d6cef396a 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -26,10 +26,13 @@ class Go < Formula
if build.include? 'cross-compile-all'
targets = [
['linux', ['386', 'amd64', 'arm']],
- ['freebsd', ['386', 'amd64']],
- ['netbsd', ['386', 'amd64']],
+ ['freebsd', ['386', 'amd64', 'arm']],
+ ['netbsd', ['386', 'amd64', 'arm']],
['openbsd', ['386', 'amd64']],
['windows', ['386', 'amd64']],
+ ['dragonfly', ['386', 'amd64']],
+ ['plan9', ['386', 'amd64']],
+ ['solaris', ['amd64']],
['darwin', ['386', 'amd64']],
]
elsif build.include? 'cross-compile-common'