From: Olivier Hainque Date: Thu, 6 Jul 2017 15:28:40 +0000 (+0000) Subject: Fix previous ChangeLog entry, taken from the original X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61d65d2032f93d8852d3e6318663bc3704d2100c;p=gcc.git Fix previous ChangeLog entry, taken from the original patch instead of the update. From-SVN: r250028 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d4b01ff981..d016a8e44cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,11 +1,7 @@ 2017-07-06 Olivier Hainque - * gcc.c (spec_undefvar_allowed): New global. - (process_command): Set to true when running for --version or --help - alone, or together. - (getenv_spec_function): When the variable is not defined, use the - variable name as the variable value if we're allowed not to issue - a fatal error. + * gcc.c (process_command): When deciding if undefined variables + should be ignored when processing specs, accept "gcc -v" as well. 2017-07-06 Jan Hubicka