summaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-16 17:18:17 +0000
committerNick Clifton <nickc@redhat.com>2005-03-16 17:18:17 +0000
commit486317bd28d57b91236ffe86cbcc40b6b9c2a5e1 (patch)
treee4459e571988b1444b0d5c8ac4dcb7f1876f999b /opcodes/ChangeLog
parent8f5a79c9f758fa059f330c84a1c034cb0df96c3a (diff)
downloadgdb-486317bd28d57b91236ffe86cbcc40b6b9c2a5e1.tar.gz
Rename switch to enable/disable -Werror to --enable-werror/--disable-werror
for compatibility with gcc.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 0bf8a20aa01..9c47346df04 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/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-16 Alan Modra <amodra@bigpond.net.au>