diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-23 23:43:48 +0545 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-23 15:02:08 -0400 |
commit | 8d0978fb4bf62e760e7b50e59d5c58d30c059183 (patch) | |
tree | 42a8920fe3c63e09e4d3de2ee14b19ad355e63f6 /sim/configure | |
parent | inferior.h (struct inferior_suspend_state): Delete, unused. (diff) | |
download | binutils-gdb-8d0978fb4bf62e760e7b50e59d5c58d30c059183.tar.gz binutils-gdb-8d0978fb4bf62e760e7b50e59d5c58d30c059183.tar.bz2 binutils-gdb-8d0978fb4bf62e760e7b50e59d5c58d30c059183.zip |
sim: use AS_HELP_STRING everywhere
This helps standardize the configure --help output.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure b/sim/configure index bf0a0940305..a90d352fdbc 100755 --- a/sim/configure +++ b/sim/configure @@ -1281,7 +1281,7 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-sim + --enable-sim Enable the GNU simulator Some influential environment variables: CC C compiler command |