diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-06-06 11:32:07 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-06-06 11:32:07 +0200 |
commit | a96ed9f7d9b68237b507d454f014d1871c0435d5 (patch) | |
tree | 43380db15b8b2de4ff36b3e04b540e52d90d92a4 | |
parent | e445e4b4feb25facd3a61787c51c96eb3bda66f1 (diff) | |
download | gcc-a96ed9f7d9b68237b507d454f014d1871c0435d5.zip gcc-a96ed9f7d9b68237b507d454f014d1871c0435d5.tar.gz gcc-a96ed9f7d9b68237b507d454f014d1871c0435d5.tar.bz2 |
* configure: Regenerate.
From-SVN: r271994
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ddc942..9dbe57a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-06-06 Jakub Jelinek <jakub@redhat.com> + + * configure: Regenerate. + 2019-06-06 Jozef Lawrynowicz <jozef.l@mittosystems.com> * config/msp430/msp430.md (ashlhi3): Force shift src operand into a diff --git a/gcc/configure b/gcc/configure index c9062cc..43f595e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6797,7 +6797,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu c_loose_warn= save_CFLAGS="$CFLAGS" -for real_option in -Wstrict-prototypes -Wmissing-prototypes-Wno-error=format-diag; do +for real_option in -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag; do # Do the check with the no- prefix removed since gcc silently # accepts any -Wno-* option on purpose case $real_option in |