diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2006-03-30 13:35:17 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2006-03-30 13:35:17 +0000 |
commit | 9dfde49d606356666ab9d98fe42434cd87a5cf1e (patch) | |
tree | de286fa025e48c7f8dd345e497a4b87aa842e7e6 /gas/configure | |
parent | b761a20733d1ddd57f42fefcc2e3aa272440dce7 (diff) | |
download | gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.zip gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.tar.gz gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.tar.bz2 |
* configure.in: Fix help string for --enable-targets option.
* configure: Regenerate.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index c97e02b..1a2298f 100755 --- a/gas/configure +++ b/gas/configure @@ -856,7 +856,7 @@ 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) - 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 |