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

Issue 59580045: code review 59580045: runtime: fix build on freebsd/arm (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by mikio
Modified:
11 years, 5 months ago
Reviewers:
minux1, iant
CC:
iant, minux1, dave_cheney.net, golang-codereviews
Visibility:
Public.

Description

runtime: fix build on freebsd/arm This CL is in preparation to make cgo work on freebsd/arm. How to generate defs-files on freebsd/arm in the bootstrapping phase: 1. run freebsd on appropriate arm-eabi platforms 2. both syscall z-files and runtime def-files in the current tree are broken about EABI padding, fix them by hand 3. run make.bash again to build $GOTOOLDIR/cgo 4. use $GOTOOLDIR/cgo directly

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -14 lines) Patch
M src/pkg/runtime/defs_freebsd_arm.h View 4 chunks +16 lines, -14 lines 0 comments Download

Messages

Total messages: 8
mikio
Hello iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 5 months ago (2014-02-06 06:04:22 UTC) #1
iant
Please update the CL description to say how you generated the file. Thanks.
11 years, 5 months ago (2014-02-06 06:08:56 UTC) #2
mikio
ptal
11 years, 5 months ago (2014-02-06 06:29:05 UTC) #3
minux1
LGTM.
11 years, 5 months ago (2014-02-06 06:31:45 UTC) #4
minux1
Can we have a freebsd/arm builder set up?
11 years, 5 months ago (2014-02-06 06:32:43 UTC) #5
dave_cheney.net
I'm trying again right now. If others have a working FreeBSD system, please consider running ...
11 years, 5 months ago (2014-02-06 06:37:17 UTC) #6
iant
LGTM
11 years, 5 months ago (2014-02-06 17:01:18 UTC) #7
mikio
11 years, 5 months ago (2014-02-07 01:22:20 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=895aa9ad802a ***

runtime: fix build on freebsd/arm

This CL is in preparation to make cgo work on freebsd/arm.

How to generate defs-files on freebsd/arm in the bootstrapping phase:
1. run freebsd on appropriate arm-eabi platforms
2. both syscall z-files and runtime def-files in the current tree are
   broken about EABI padding, fix them by hand
3. run make.bash again to build $GOTOOLDIR/cgo
4. use $GOTOOLDIR/cgo directly

LGTM=minux.ma, iant
R=iant, minux.ma, dave
CC=golang-codereviews
https://codereview.appspot.com/59580045
Sign in to reply to this message.

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