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

Issue 4627041: code review 4627041: go/build: support building cgo packages on non intel pl... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by dave
Modified:
13 years, 9 months ago
Reviewers:
CC:
adg, rsc, golang-dev
Visibility:
Public.

Description

go/build: support building cgo packages on non intel platforms See http://codereview.appspot.com/4572045/

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -11 lines) Patch
M src/pkg/go/build/build.go View 1 1 chunk +7 lines, -4 lines 0 comments Download
M src/pkg/go/build/build_test.go View 1 2 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 9
dave_cheney.net
Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-16 01:43:28 UTC) #1
rsc
there is no cgo support for arm at all. it's not just go/build.
13 years, 9 months ago (2011-06-16 01:51:55 UTC) #2
dave_cheney.net
Yup, understood. This CL just makes it possible to use go/build for cgo at some ...
13 years, 9 months ago (2011-06-16 01:54:47 UTC) #3
rsc
On Wed, Jun 15, 2011 at 21:54, Dave Cheney <dave@cheney.net> wrote: > Yup, understood. This ...
13 years, 9 months ago (2011-06-16 02:10:36 UTC) #4
dave_cheney.net
It doesn't currently fail because you can execute the cgo command successfully. stora(~/go/src/pkg/go/build) % gotest ...
13 years, 9 months ago (2011-06-16 02:14:08 UTC) #5
rsc
LGTM leaving for adg
13 years, 9 months ago (2011-06-16 02:27:24 UTC) #6
adg
LGTM
13 years, 9 months ago (2011-06-16 03:35:34 UTC) #7
adg
*** Submitted as http://code.google.com/p/go/source/detail?r=ba390b1d5e66 *** go/build: support building cgo packages on non intel platforms See ...
13 years, 9 months ago (2011-06-16 03:35:38 UTC) #8
dave_cheney.net
13 years, 9 months ago (2011-06-16 03:56:59 UTC) #9
Thanks Andrew and Russ.

On Thu, Jun 16, 2011 at 1:35 PM,  <adg@golang.org> wrote:
> *** Submitted as
> http://code.google.com/p/go/source/detail?r=ba390b1d5e66 ***
>
> go/build: support building cgo packages on non intel platforms
>
> See http://codereview.appspot.com/4572045/
>
> R=adg, rsc
> CC=golang-dev
> http://codereview.appspot.com/4627041
>
> Committer: Andrew Gerrand <adg@golang.org>
>
>
> http://codereview.appspot.com/4627041/
>
Sign in to reply to this message.

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