]> Cypherpunks repositories - gostls13.git/commit
build: do not build all C compilers
authorShenghou Ma <minux.ma@gmail.com>
Tue, 24 Jan 2012 20:03:41 +0000 (15:03 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 24 Jan 2012 20:03:41 +0000 (15:03 -0500)
commit0ae6084fefd3707766e98e20e775b2fb4c0c4dc7
treef67c5b863751d8dff50fd1b3847a2519b1f90fee
parent37d2f8190d5477c306675ec17cfc05499630fe63
build: do not build all C compilers
        In order to allow buildscript.sh to generate buildscripts for all
        $GOOS/$GOARCH combinations, we have to generate dummy files for cmd/go.
        Fixes #2586.

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5557050
src/cmd/Makefile
src/pkg/runtime/mkasmh.sh
src/pkg/runtime/mkgodefs.sh