diff options
| author | Joel Sing <jsing@google.com> | 2013-08-24 01:18:04 +1000 |
|---|---|---|
| committer | Joel Sing <jsing@google.com> | 2013-08-24 01:18:04 +1000 |
| commit | 71dc91db0ff711c39fbf86ca9425c65442e40b57 (patch) | |
| tree | 2f45e2a4da3beac345141fc05f2153d8c53853ec /src/cmd/go/signal_unix.go | |
| parent | 180da80e9004cd6e1bbfc026890a12e86d0f9f5d (diff) | |
| download | go-git-71dc91db0ff711c39fbf86ca9425c65442e40b57.tar.gz | |
all: compiler/bootstrap for dragonfly/amd64
Add dragonfly/amd64 support to the Go compiler, bootstrap and GOOS list.
R=devon.odell, bradfitz
CC=golang-dev
https://golang.org/cl/12796050
Diffstat (limited to 'src/cmd/go/signal_unix.go')
| -rw-r--r-- | src/cmd/go/signal_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/signal_unix.go b/src/cmd/go/signal_unix.go index 124f356bf8..00c71657f5 100644 --- a/src/cmd/go/signal_unix.go +++ b/src/cmd/go/signal_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin freebsd linux netbsd openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd package main |
