Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(118)

Issue 5580051: code review 5580051: cmd/go: fix handling of gccgo standard library. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by remyoudompheng
Modified:
12 years, 3 months ago
Reviewers:
CC:
golang-dev, rsc, remy_archlinux.org
Visibility:
Public.

Description

cmd/go: fix handling of gccgo standard library. The previous logic was mainly non-working. It only needs to ensure that the go tool doesn't try to build the standard library with gccgo.

Patch Set 1 #

Patch Set 2 : diff -r e3cbb4364149 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r e3cbb4364149 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 0881a0407213 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -8 lines) Patch
M src/cmd/go/build.go View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/cmd/go/pkg.go View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 3
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2012-01-31 07:45:39 UTC) #1
rsc
LGTM
12 years, 3 months ago (2012-01-31 16:57:05 UTC) #2
remyoudompheng
12 years, 3 months ago (2012-01-31 18:41:45 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=4a3153e8b6bc ***

cmd/go: fix handling of gccgo standard library.

The previous logic was mainly non-working. It only needs to
ensure that the go tool doesn't try to build the standard
library with gccgo.

R=golang-dev, rsc
CC=golang-dev, remy
http://codereview.appspot.com/5580051
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b