This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
gcc
Watch
2
Star
0
Fork
0
You've already forked gcc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5cd4f8901a
gcc
/
config
/
bootstrap-Og.mk
2 lines
53 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
2019-07-08 08:21:11 +02:00
BOOT_CFLAGS
:=
-Og
$(
filter-out -O%,
$(
BOOT_CFLAGS
)
)
Reference in New Issue
Copy Permalink