• 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
..
testdata Loading commit data...
bootstrap.go Loading commit data...
build.go Loading commit data...
clean.go Loading commit data...
context.go Loading commit data...
discovery.go Loading commit data...
doc.go Loading commit data...
env.go Loading commit data...
fix.go Loading commit data...
fmt.go Loading commit data...
generate.go Loading commit data...
generate_test.go Loading commit data...
get.go Loading commit data...
go11.go Loading commit data...
help.go Loading commit data...
http.go Loading commit data...
list.go Loading commit data...
main.go Loading commit data...
match_test.go Loading commit data...
mkdoc.sh Loading commit data...
pkg.go Loading commit data...
pkg_test.go Loading commit data...
run.go Loading commit data...
script Loading commit data...
script.txt Loading commit data...
signal.go Loading commit data...
signal_notunix.go Loading commit data...
signal_unix.go Loading commit data...
tag_test.go Loading commit data...
test.bash Loading commit data...
test.go Loading commit data...
testflag.go Loading commit data...
tool.go Loading commit data...
vcs.go Loading commit data...
vcs_test.go Loading commit data...
version.go Loading commit data...
vet.go Loading commit data...