]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
authorRichard Biener <rguenther@suse.de>
Thu, 26 Apr 2018 08:47:31 +0000 (08:47 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 26 Apr 2018 08:47:31 +0000 (08:47 +0000)
commitae05281f4ac17db1d602bdd59d3fdd5acc3752ff
tree917475f0f1a38c0aade007489d0ed6d6a691815d
parentc76d9edb09d262a3badc87d5583abcfbc2e94854
Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.

2018-04-26  Richard Biener  <rguenther@suse.de>

* Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
(STAGE2_CFLAGS): Likewise.
(STAGE2_TFLAGS): Likewise.
(STAGE3_CFLAGS): Add -fchecking.
(STAGE3_TFLAGS): Likewise.
(STAGEtrain_CFLAGS): Filter out -fchecking.
(STAGEtrain_TFLAGS): Likewise.
* Makefile.in: Re-generate.

From-SVN: r259669
ChangeLog
Makefile.in
Makefile.tpl