diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-16 17:18:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-16 17:18:17 +0000 |
commit | 569acd2ce265a3bfeef4f025bb1b4da52bcce5d2 (patch) | |
tree | 83813fa28b4519bb4871f5668b7f5e4ad2d90973 /gprof/ChangeLog | |
parent | ec442778f9daed1b248114f2ba9676ec50449daa (diff) | |
download | gdb-569acd2ce265a3bfeef4f025bb1b4da52bcce5d2.zip gdb-569acd2ce265a3bfeef4f025bb1b4da52bcce5d2.tar.gz gdb-569acd2ce265a3bfeef4f025bb1b4da52bcce5d2.tar.bz2 |
Rename switch to enable/disable -Werror to --enable-werror/--disable-werror
for compatibility with gcc.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 9a07866..b13c796 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,9 +1,9 @@ 2005-03-16 Nick Clifton <nickc@redhat.com> Ben Elliston <bje@au.ibm.com> - * configure.in (error-on-warning): New switch: Add -Werror to the + * configure.in (werror): New switch: Add -Werror to the compiler command line. Enabled by default. Disable via - --disable-error-on-warning. + --disable-werror. * configure: Regenerate. 2005-03-15 Nick Clifton <nickc@redhat.com> |