Descriptioncmd/dist: adjust for build process without cmd/cc
[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.
Patch Set 1 #Patch Set 2 : diff -r 36ead9978fcc0be9de634236ad3887b41d9525e1 https://code.google.com/p/go #Patch Set 3 : diff -r 36ead9978fcc0be9de634236ad3887b41d9525e1 https://code.google.com/p/go #Patch Set 4 : diff -r c8eb721ef55280348ec52866d54ccafc30436417 https://code.google.com/p/go #
MessagesTotal messages: 4
|