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

Issue 155049: code review 155049: makefiles: use correct gcc order in case --as-needed is... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 5 months ago by rsc
Modified:
15 years, 5 months ago
Reviewers:
r
Visibility:
Public.

Description

makefiles: use correct gcc order in case --as-needed is in use. Suggested by eostapets. Fixes issue 141.

Patch Set 1 #

Patch Set 2 : code review 155049: makefiles: use correct gcc order in case --as-needed is... #

Total comments: 1

Patch Set 3 : code review 155049: makefiles: use correct gcc order in case --as-needed is... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/Make.pkg View 1 chunk +1 line, -1 line 0 comments Download
M src/libcgo/Makefile View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello r, I'd like you to review the following change.
15 years, 5 months ago (2009-11-15 09:07:48 UTC) #1
r
LGTM http://codereview.appspot.com/155049/diff/1003/4 File src/Make.pkg (right): http://codereview.appspot.com/155049/diff/1003/4#newcode115 src/Make.pkg:115: gcc $(_CGO_CFLAGS_$(GOARCH)) -o $@ $*.cgo4.o $(CGO_LDFLAGS) $(_CGO_LDFLAGS_$(GOOS)) extra ...
15 years, 5 months ago (2009-11-15 16:29:04 UTC) #2
rsc
15 years, 5 months ago (2009-11-15 20:57:29 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=7bdf33ea7bf0 ***

makefiles: use correct gcc order in case --as-needed is in use.

Suggested by eostapets.
Fixes issue 141.

R=r
http://codereview.appspot.com/155049
Sign in to reply to this message.

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