• 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
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...