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

Issue 5652074: code review 5652074: cmd/go: Add support for passing custom link flags. (Closed)

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

Description

cmd/go: Add support for passing custom link flags. Makes cmd/go check the environment variable GLDFLAGS for extra option to pass to the linker (8l, 6l, or 5l) in the link step of go build, go install, etc... The enviroment variable was chosen to be analagous to the existing GCFLAGS variable for passing compiler variables to 8g, 6g, or 5g. Fixes issue 2996.

Patch Set 1 #

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

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

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

Messages

Total messages: 3
cookieo9
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 3 months ago (2012-02-12 04:59:45 UTC) #1
cookieo9
*** Abandoned ***
12 years, 2 months ago (2012-02-22 23:39:15 UTC) #2
cookieo9
12 years, 2 months ago (2012-03-02 06:02:45 UTC) #3
*** Abandoned ***
Sign in to reply to this message.

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