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

Issue 72080043: code review 72080043: cmd/go: respect system CGO_CFLAGS and CGO_CXXFLAGS (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by atom
Modified:
11 years, 3 months ago
Reviewers:
iant
CC:
rsc, iant, golang-codereviews
Visibility:
Public.

Description

cmd/go: respect system CGO_CFLAGS and CGO_CXXFLAGS Fixes issue 6882

Patch Set 1 #

Patch Set 2 : diff -r 7a45730704af https://code.google.com/p/go/ #

Patch Set 3 : diff -r 7a45730704af https://code.google.com/p/go/ #

Patch Set 4 : diff -r 7a45730704af https://code.google.com/p/go/ #

Patch Set 5 : diff -r 7a45730704af https://code.google.com/p/go/ #

Total comments: 1

Patch Set 6 : diff -r 7a45730704af https://code.google.com/p/go/ #

Patch Set 7 : diff -r 7a45730704af https://code.google.com/p/go/ #

Patch Set 8 : diff -r 7a45730704af https://code.google.com/p/go/ #

Patch Set 9 : diff -r 1849f83423ca https://code.google.com/p/go/ #

Patch Set 10 : diff -r 67e9191236b2 https://code.google.com/p/go/ #

Patch Set 11 : diff -r 67e9191236b2 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -24 lines) Patch
M src/cmd/go/build.go View 1 2 3 4 5 6 7 8 11 chunks +49 lines, -24 lines 0 comments Download

Messages

Total messages: 18
atom
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 3 months ago (2014-03-06 16:31:39 UTC) #1
iant
Those flags should already be there when the compiler is invoked on a .c file ...
11 years, 3 months ago (2014-03-06 17:25:13 UTC) #2
atom
On 2014/03/06 17:25:13, iant wrote: > Those flags should already be there when the compiler ...
11 years, 3 months ago (2014-03-06 17:27:54 UTC) #3
iant
On Thu, Mar 6, 2014 at 9:27 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > On 2014/03/06 17:25:13, iant ...
11 years, 3 months ago (2014-03-06 17:58:47 UTC) #4
atom
On 2014/03/06 17:58:47, iant wrote: > Makes sense, but if I'm reading your patch correctly ...
11 years, 3 months ago (2014-03-06 18:06:00 UTC) #5
iant
On Thu, Mar 6, 2014 at 10:06 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > > The line > ...
11 years, 3 months ago (2014-03-06 18:41:04 UTC) #6
atom
Hello rsc@golang.org, iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
11 years, 3 months ago (2014-03-06 19:09:44 UTC) #7
atom
On 2014/03/06 18:41:04, iant wrote: > In that case, what happens when using SWIG if ...
11 years, 3 months ago (2014-03-07 11:28:30 UTC) #8
iant
This seems like a minimal change but to me it doesn't seem like the right ...
11 years, 3 months ago (2014-03-07 18:48:56 UTC) #9
atom
On 2014/03/07 18:48:56, iant wrote: > This seems like a minimal change but to me ...
11 years, 3 months ago (2014-03-07 19:47:06 UTC) #10
iant
On Fri, Mar 7, 2014 at 11:47 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > > I agree that ...
11 years, 3 months ago (2014-03-07 20:12:02 UTC) #11
atom
On 2014/03/07 20:12:02, iant wrote: > On Fri, Mar 7, 2014 at 11:47 AM, <mailto:0xE2.0x9A.0x9B@gmail.com> ...
11 years, 3 months ago (2014-03-07 20:18:21 UTC) #12
atom
I moved "-O2 -g" from the function to its callers. This duplicates some code, but ...
11 years, 3 months ago (2014-03-08 09:05:56 UTC) #13
iant
On Sat, Mar 8, 2014 at 1:05 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > > I moved "-O2 ...
11 years, 3 months ago (2014-03-08 23:30:02 UTC) #14
atom
On 2014/03/08 23:30:02, iant wrote: > On Sat, Mar 8, 2014 at 1:05 AM, <mailto:0xE2.0x9A.0x9B@gmail.com> ...
11 years, 3 months ago (2014-03-09 07:34:32 UTC) #15
atom
On 2014/03/08 23:30:02, iant wrote: > > https://codereview.appspot.com/72820045 . I updated this CL with your ...
11 years, 3 months ago (2014-03-09 17:45:04 UTC) #16
iant
LGTM Thanks.
11 years, 3 months ago (2014-03-12 01:56:22 UTC) #17
atom
11 years, 3 months ago (2014-03-12 06:16:31 UTC) #18
*** Submitted as https://code.google.com/p/go/source/detail?r=e0859f09474d ***

cmd/go: respect system CGO_CFLAGS and CGO_CXXFLAGS

Fixes issue 6882

LGTM=iant
R=rsc, iant
CC=golang-codereviews
https://codereview.appspot.com/72080043
Sign in to reply to this message.

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