• Shenghou Ma's avatar
    cmd/dist: support for NetBSD/ARM · 3d50aaf4
    Shenghou Ma authored
    1. when executing a unsupported VFP instruction, the NetBSD kernel somehow
    doesn't report SIGILL, and instead just spin and spin, we add a alarm(2)
    to detect this case (albeit this is a kernel bug).
    2. NetBSD/ARM's VFP11 support is not complete, so temporarily disable it.
    3. The default gcc shipped with NetBSD-current mis-optimizes our code
    at -O2, so lower the optimization level to -O1 on NetBSD/ARM.
    
    R=dave, rsc
    CC=golang-dev
    https://golang.org/cl/7286044
    3d50aaf4
Name
Last commit
Last update
..
README Loading commit data...
a.h Loading commit data...
arg.h Loading commit data...
arm.c Loading commit data...
buf.c Loading commit data...
build.c Loading commit data...
buildgc.c Loading commit data...
buildruntime.c Loading commit data...
goc2c.c Loading commit data...
main.c Loading commit data...
plan9.c Loading commit data...
unix.c Loading commit data...
windows.c Loading commit data...