diff options
author | Alan Modra <amodra@gmail.com> | 2006-04-19 02:06:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-04-19 02:06:15 +0000 |
commit | 241a6c40c89a1da8e46bbb9119b852ed0be20009 (patch) | |
tree | 4265a8cae16889a6cddbf46b6e16c289572b5476 /binutils | |
parent | a481dbb719c8f6c07d1910ea633ca467cf51a857 (diff) | |
download | gdb-241a6c40c89a1da8e46bbb9119b852ed0be20009.zip gdb-241a6c40c89a1da8e46bbb9119b852ed0be20009.tar.gz gdb-241a6c40c89a1da8e46bbb9119b852ed0be20009.tar.bz2 |
bfd/
* warning.m4 (--enable-werror, -build-warnings): Format help messages.
* configure: Regenerate.
binutils/
* configure: Regenerate.
gas/
* configure.in (--enable-targets): Indent help message.
* configure: Regenerate.
gprof/
* configure: Regenerate.
ld/
* configure: Regenerate.
opcodes/
* configure: Regenerate.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rwxr-xr-x | binutils/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2f25dc9..a76053f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2006-04-19 Alan Modra <amodra@bigpond.net.au> + + * configure: Regenerate. + 2006-04-18 Nick Clifton <nickc@redhat.com> PR 2257 diff --git a/binutils/configure b/binutils/configure index 2d8e0cb..ea1ec1c 100755 --- a/binutils/configure +++ b/binutils/configure @@ -858,8 +858,8 @@ Optional Features: --disable-libtool-lock avoid locking (might break parallel builds) --enable-targets alternative target configurations --enable-commonbfdlib build shared BFD/opcodes/libiberty library - --enable-werror treat compile warnings as errors - --enable-build-warnings Enable build-time compiler warnings + --enable-werror treat compile warnings as errors + --enable-build-warnings enable build-time compiler warnings --disable-nls do not use Native Language Support --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer |