aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/ChangeLog4
-rw-r--r--config/bootstrap-Og.mk1
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi1
4 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 63f4325..5a06cde 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-08 Richard Sandiford <richard.sandiford@arm.com>
+
+ * bootstrap-Og.mk: New file.
+
2019-06-25 Kwok Cheung Yeung <kcy@codesourcery.com>
Andrew Stubbs <ams@codesourcery.com>
diff --git a/config/bootstrap-Og.mk b/config/bootstrap-Og.mk
new file mode 100644
index 0000000..9057afb
--- /dev/null
+++ b/config/bootstrap-Og.mk
@@ -0,0 +1 @@
+BOOT_CFLAGS := -Og $(filter-out -O%, $(BOOT_CFLAGS))
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 96ae53a..145b7b2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2019-07-08 Richard Sandiford <richard.sandiford@arm.com>
+ * doc/install.texi (bootstrap-Og): Document.
+
+2019-07-08 Richard Sandiford <richard.sandiford@arm.com>
+
* config/riscv/pic.md (*local_pic_load_s<mode>)
(*local_pic_load_u<mode>): Explicitly specify the mode iterator
referenced by <mode>, giving...
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 852aa8f..2598713 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2535,6 +2535,7 @@ Removes any @option{-O}-started option from @code{BOOT_CFLAGS}, and adds
@samp{BOOT_CFLAGS='-g -O1'}.
@item @samp{bootstrap-O3}
+@itemx @samp{bootstrap-Og}
Analogous to @code{bootstrap-O1}.
@item @samp{bootstrap-lto}