Descriptionruntime: 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 #
MessagesTotal messages: 8
|