]> Cypherpunks repositories - gostls13.git/commit
runtime: fix build on freebsd/arm
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 7 Feb 2014 01:22:13 +0000 (10:22 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 7 Feb 2014 01:22:13 +0000 (10:22 +0900)
commit8e56eb8b57220579e95e87c1370b7bb770c2fc11
treea029899419f919fdcd5588b68d433058150639e7
parentd3b9567a15cd0f20a927c87b8172902717020304
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://golang.org/cl/59580045
src/pkg/runtime/defs_freebsd_arm.h