Add a build config for bootstrapping at -Og
commit8849d5034c5ab5c2e6f3fc17209504576e7c6dd4
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 8 Jul 2019 06:21:11 +0000 (8 06:21 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 8 Jul 2019 06:21:11 +0000 (8 06:21 +0000)
tree6c81e16a6fd1010a056d4fde943565f6e51f6891
parent0de175b8d6722cca2221bbb52772f975058ac183
Add a build config for bootstrapping at -Og

Although BOOT_CFLAGS can be used to bootstrap with -Og, having a
dedicated build config is sometimes more convenient.

2019-07-08  Richard Sandiford  <richard.sandiford@arm.com>

config/
* bootstrap-Og.mk: New file.

gcc/
* doc/install.texi (bootstrap-Og): Document.

From-SVN: r273193
config/ChangeLog
config/bootstrap-Og.mk [new file with mode: 0644]
gcc/ChangeLog
gcc/doc/install.texi