before:
fmt.statictmp_0731:/usr/local/go/pkg/tool/linux_amd64/6l: running gcc failed: unsuccessful exit status 0x100
now:
/usr/local/go/pkg/tool/linux_amd64/6l: running gcc failed: unsuccessful exit status 0x100
R=golang-dev, iant, r
CC=golang-dev
https://golang.org/cl/
8827045
argv[argc++] = p;
w = create(p, 1, 0775);
if(w < 0) {
+ cursym = S;
diag("cannot create %s: %r", p);
errorexit();
}
len -= n;
}
if(close(w) < 0) {
+ cursym = S;
diag("cannot write %s: %r", p);
errorexit();
}
}
if(runcmd(argv) < 0) {
+ cursym = S;
diag("%s: running %s failed: %r", argv0, argv[0]);
errorexit();
}