aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-04-19 02:06:15 +0000
committerAlan Modra <amodra@gmail.com>2006-04-19 02:06:15 +0000
commit241a6c40c89a1da8e46bbb9119b852ed0be20009 (patch)
tree4265a8cae16889a6cddbf46b6e16c289572b5476 /gas
parenta481dbb719c8f6c07d1910ea633ca467cf51a857 (diff)
downloadgdb-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 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure6
-rw-r--r--gas/configure.in2
3 files changed, 9 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c4e9d27..f9e8776 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-19 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.in (--enable-targets): Indent help message.
+ * configure: Regenerate.
+
2006-04-18 H.J. Lu <hongjiu.lu@intel.com>
PR gas/2533
diff --git a/gas/configure b/gas/configure
index dca6497..2da95b7 100755
--- a/gas/configure
+++ b/gas/configure
@@ -856,10 +856,10 @@ Optional Features:
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
- --enable-targets alternative target configurations besides the primary
+ --enable-targets alternative target configurations besides the primary
--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
diff --git a/gas/configure.in b/gas/configure.in
index fe69a51..d0013fe 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -23,7 +23,7 @@ AM_INIT_AUTOMAKE(gas, ${BFD_VERSION})
AM_PROG_LIBTOOL
AC_ARG_ENABLE(targets,
-[ --enable-targets alternative target configurations besides the primary],
+[ --enable-targets alternative target configurations besides the primary],
[case "${enableval}" in
yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
;;