diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-05 09:38:09 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-05 09:38:09 +0000 |
commit | e818c22e1bff1a9e954700303b18948244edaa32 (patch) | |
tree | ecc061016818af7baccd04aa46fc0782a911168a /bfd/configure | |
parent | 8c69366021de6fa59797df1c3223981072cc9f32 (diff) | |
download | gdb-e818c22e1bff1a9e954700303b18948244edaa32.zip gdb-e818c22e1bff1a9e954700303b18948244edaa32.tar.gz gdb-e818c22e1bff1a9e954700303b18948244edaa32.tar.bz2 |
fix usage message on --enable options
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/configure b/bfd/configure index a18b23f..43b20d1 100755 --- a/bfd/configure +++ b/bfd/configure @@ -12,9 +12,9 @@ ac_help= ac_default_prefix=/usr/local # Any additions from configure.in: ac_help="$ac_help - 64-bit-bfd 64-bit support (on hosts with narrower word sizes)" + --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)" ac_help="$ac_help - targets alternative target configurations besides the primary" + --enable-targets alternative target configurations" # Initialize some variables set by options. # The variables have the same names as the options, with |