From: Joel Rosdahl Date: Wed, 6 Jan 2010 14:38:01 +0000 (+0100) Subject: Consistently refer to options, not flags X-Git-Tag: v3.0pre0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ea8fbe7d6a722b8aebde9239511a0b1f7ebbabd;p=thirdparty%2Fccache.git Consistently refer to options, not flags --- diff --git a/NEWS b/NEWS index c44fa9278..14b614145 100644 --- a/NEWS +++ b/NEWS @@ -63,11 +63,11 @@ Bug fixes: - Fixed NFS issues. - - Bail out on profiling flags --coverage, -fprofile-arcs and -ftest-coverage. + - Bail out on profiling options --coverage, -fprofile-arcs and -ftest-coverage. - - -MD/-MMD flags without -MT/-MF are now handled correctly. + - -MD/-MMD options without -MT/-MF are now handled correctly. - - Added support for -Wp,-MD and -Wp,-MMD flags. + - Added support for -Wp,-MD and -Wp,-MMD options. - Corrected LRU cleanup handling of object files.