]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't assume cc supports -gno-record-gcc-switches
authorDamien Neil <dneil@google.com>
Fri, 19 Feb 2016 17:58:22 +0000 (09:58 -0800)
committerDamien Neil <dneil@google.com>
Fri, 19 Feb 2016 19:12:56 +0000 (19:12 +0000)
commit0e34737c9aea6680b0a2a135cdf80557d61b83ce
tree8276ff4a74aee0c06764125f2dd0777e028f3d59
parent9a184b22eef79ac0570330a17cf81a15a58bbf76
cmd/go: don't assume cc supports -gno-record-gcc-switches

NetBSD's C compiler appears to support -fdebug-prefix-map but
not -gno-record-gcc-switches. Remove assumption that support
for the former implies the latter.

Change-Id: Iecad9e4f497ea4edc1ce440010e6fe19dc3e0566
Reviewed-on: https://go-review.googlesource.com/19686
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/build.go