• 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
..
README Loading commit data...
a.h Loading commit data...
arg.h Loading commit data...
arm.c Loading commit data...
buf.c Loading commit data...
build.c Loading commit data...
buildgc.c Loading commit data...
buildgo.c Loading commit data...
buildruntime.c Loading commit data...
main.c Loading commit data...
plan9.c Loading commit data...
unix.c Loading commit data...
windows.c Loading commit data...