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

Issue 7970043: code review 7970043: runtime/cgo, go/build: re-enable cgo for FreeBSD/ARM. (Closed)

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

Description

runtime/cgo, go/build: re-enable cgo for FreeBSD/ARM.

Patch Set 1 #

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

Total comments: 1

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/pkg/go/build/build.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/cgo/gcc_freebsd_arm.c View 1 2 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 5
dave_cheney.net
LGTM. It will take 3 hours to run the build, and the result will be ...
12 years, 1 month ago (2013-03-22 12:26:58 UTC) #1
minux1
Hello dave@cheney.net, rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 1 month ago (2013-03-22 13:24:51 UTC) #2
minux1
I will follow dave's advice and submit it now. Let's see if all.bash could pass ...
12 years, 1 month ago (2013-03-22 19:19:34 UTC) #3
minux1
*** Submitted as https://code.google.com/p/go/source/detail?r=ede73f029e7a *** runtime/cgo, go/build: re-enable cgo for FreeBSD/ARM. R=dave, rsc CC=golang-dev https://codereview.appspot.com/7970043
12 years, 1 month ago (2013-03-22 19:21:47 UTC) #4
dave_cheney.net
12 years, 1 month ago (2013-03-23 01:49:08 UTC) #5
Message was sent while issue was closed.
LGTM. It turned out that my freebsd builder binary had crashed, so I rebuilt go
to rev 07ed29a4f9f5 without incident

% go env | egrep '(GOO|GOA|CGO)'
GOARCH="arm"
GOOS="freebsd"
CGO_ENABLED="1"
Sign in to reply to this message.

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