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

Issue 6446105: code review 6446105: cmd/go: set GOARM automatically on linux/arm (Closed)

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

Description

cmd/go: set GOARM automatically on linux/arm This proposal gives the go command the ability to export the correct GOARM value by inspecting the cpu features of the running system. This can be overridden by exporting GOARM manually. GOARM is still required for ARMv5 systems to correctly execute ./make.bash.

Patch Set 1 #

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

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

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

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

Total comments: 1

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

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

Messages

Total messages: 7
dave_cheney.net
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
13 years, 1 month ago (2012-08-09 09:38:44 UTC) #1
minux1
LGTM; +rsc
13 years, 1 month ago (2012-08-09 09:46:35 UTC) #2
dave_cheney.net
PTAL. Thanks to Roger Peppe for the /proc/cpuinfo parsing improvements.
13 years, 1 month ago (2012-08-09 12:28:51 UTC) #3
minux1
http://codereview.appspot.com/6446105/diff/9002/src/cmd/go/main.go File src/cmd/go/main.go (right): http://codereview.appspot.com/6446105/diff/9002/src/cmd/go/main.go#newcode598 src/cmd/go/main.go:598: } do you want to break here?
13 years, 1 month ago (2012-08-09 12:36:58 UTC) #4
dave_cheney.net
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 1 month ago (2012-08-09 12:48:06 UTC) #5
rsc
NOT LGTM I will reply to your mail thread.
13 years, 1 month ago (2012-08-09 19:42:27 UTC) #6
dave_cheney.net
13 years, 1 month ago (2012-08-09 23:49:18 UTC) #7
*** Abandoned ***
Sign in to reply to this message.

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