• Russ Cox's avatar
    cmd/go: fix bytes and net the right way · 6077f0fc
    Russ Cox authored
    Not sure why they used empty.s and all these other
    packages were special cased in cmd/go instead.
    Add them to the list.
    
    This avoids problems with net .s files being compiled
    with gcc in cgo mode and gcc not supporting // comments
    on ARM.
    
    Not a problem with bytes, but be consistent.
    
    The last change fixed the ARM build but broke the Windows build.
    Maybe *this* will make everyone happy. Sigh.
    
    TBR=iant
    CC=golang-codereviews
    https://golang.org/cl/144530046
    6077f0fc
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...