• Russ Cox's avatar
    [dev.cc] cmd/go: adjust go, cgo builds & disable cc · 729847cf
    Russ Cox authored
    [This CL is part of the removal of C code from package runtime.
    See golang.org/s/dev.cc for an overview.]
    
    Make gcToolchain.cc return an error (no C compiler!).
    
    Adjust expectations of cgo, now that cgo does not write any C files
    (no C compiler!).
    
    For packages with .s files, invoke Go compiler with -asmhdr go_asm.h
    so that assembly files can use it. This applies to all packages but is only
    needed today by package runtime.
    
    LGTM=r
    R=r
    CC=austin, golang-codereviews, iant, khr
    https://golang.org/cl/171470043
    729847cf
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...
dev.cc Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...