Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: -compiler gccgo should allow specifying the compiler to use #6727

Closed
mwhudson opened this issue Nov 6, 2013 · 5 comments
Closed

Comments

@mwhudson
Copy link
Contributor

mwhudson commented Nov 6, 2013

Currently, if you specify -compiler gccgo, go build and friends will just invoke the
'gccgo' binary that's found on $PATH.  This is limiting -- in particular it makes using
a cross-compiling gccgo harder.

(You can always put a symlink to your cross-gccgo called "gccgo" in some
tmpdir and stick it on the front of $PATH... but ick)
@gopherbot
Copy link

Comment 1 by dennismartoham:

Yes

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 2:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 4:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 5:

Labels changed: added repo-main.

@bradfitz bradfitz removed the new label Dec 18, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc
Copy link
Contributor

rsc commented Apr 20, 2015

Fixed by 8b836fa; use $GCCGO to control the compiler.

@rsc rsc closed this as completed Apr 20, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants