• Russ Cox's avatar
    [dev.cc] cmd/dist: adjust for build process without cmd/cc · 0d49f7b5
    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.]
    
    - Remove references to C compiler directories.
    - Remove generation of special header files.
    - Remove generation of Go source files from C declarations.
    
    - Compile Go sources before rest of package (was after),
      so that Go compiler can write go_asm.h for use in assembly.
    
    - Move TLS information from cmd/dist (was embedding in output)
      to src/runtime/go_tls.h, which it can be maintained directly.
    
    LGTM=r
    R=r, dave
    CC=austin, golang-codereviews, iant, khr
    https://golang.org/cl/172960043
    0d49f7b5
Name
Last commit
Last update
..
5a Loading commit data...
5g Loading commit data...
5l Loading commit data...
6a Loading commit data...
6g Loading commit data...
6l Loading commit data...
8a Loading commit data...
8g Loading commit data...
8l Loading commit data...
addr2line Loading commit data...
api Loading commit data...
cc Loading commit data...
cgo Loading commit data...
dist Loading commit data...
fix Loading commit data...
gc Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
ld Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
yacc Loading commit data...