]> Cypherpunks repositories - gostls13.git/commit
runtime: fix mkasmh.h
authorAnthony Martin <ality@pbrane.org>
Tue, 31 Jan 2012 03:25:40 +0000 (19:25 -0800)
committerAnthony Martin <ality@pbrane.org>
Tue, 31 Jan 2012 03:25:40 +0000 (19:25 -0800)
commitbacb1b70f77764a1e381645c90b44b5818fd9e28
treea70d053a81c0499a99191f4cb04828e9ccaf9cac
parent10498f4d335f6bf0089791b263e795233ff79ec5
runtime: fix mkasmh.h

We weren't properly deleting the various header
files (that were temporarily renamed) if a $CC
for the current $GOARCH didn't exist.  And since
the compiler checks the current directory for
headers before any -I arguments, this had the
unfortunate side effect of including the last
generated headers instead of the correct ones.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5581055
src/pkg/runtime/mkasmh.sh