summaryrefslogtreecommitdiff
path: root/src/quietgcc.bash
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-6/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-5/+6
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-1/+1
This does still contain some FreeBSD-specific bits, but it's a pain to do partial diffs. R=rsc http://codereview.appspot.com/152138 Committer: Russ Cox <rsc@golang.org>
2009-11-01Permit the CC environment variable to include argumentsIan Lance Taylor1-1/+1
(I should have tested the last change a bit more before submitting). R=rsc http://go/go-review/1017011
2009-11-01Use the environment variable CC as the bootstrap compiler usedIan Lance Taylor1-9/+5
to build 6g, 6l, etc. R=rsc CC=go-dev http://go/go-review/1018015
2009-09-09exit with non-zero status for incompatible pointer type warningsRuss Cox1-2/+9
R=r DELTA=9 (7 added, 0 deleted, 2 changed) OCL=34499 CL=34499
2009-07-29quietgcc: do not use -m64 on 32-bit machinesRuss Cox1-1/+10
R=r DELTA=9 (8 added, 0 deleted, 1 changed) OCL=32413 CL=32418
2008-11-19build with warnings enabled.Russ Cox1-0/+36
new script "quietgcc" installed in $HOME/bin during make.bash runs gcc with warnings, turns off inappropriate ones, greps out useless output. quietgcc also makes sure to run the correct 64-bit gcc. R=r DELTA=38 (36 added, 0 deleted, 2 changed) OCL=17493 CL=19599