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/v850/configure | |
parent | a38fe4feddd68b9c0aa082dd078c668ca9f06aae (diff) | |
download | gdb-8d0978fb4bf62e760e7b50e59d5c58d30c059183.zip gdb-8d0978fb4bf62e760e7b50e59d5c58d30c059183.tar.gz gdb-8d0978fb4bf62e760e7b50e59d5c58d30c059183.tar.bz2 |
sim: use AS_HELP_STRING everywhere
This helps standardize the configure --help output.
Diffstat (limited to 'sim/v850/configure')
-rwxr-xr-x | sim/v850/configure | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/sim/v850/configure b/sim/v850/configure index 72f6c3f..46d9ffe 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -1405,22 +1405,32 @@ Optional Features: --disable-libtool-lock avoid locking (might break parallel builds) --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer - --enable-sim-bswap Use Host specific BSWAP instruction. - --enable-sim-cflags=opts Extra CFLAGS for use in building simulator - --enable-sim-debug=opts Enable debugging flags - --enable-sim-stdio Specify whether to use stdio for console input/output. - --enable-sim-trace=opts Enable tracing flags - --enable-sim-profile=opts Enable profiling flags - --enable-sim-endian=endian Specify target byte endian orientation. - --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses. - --enable-sim-hostendian=end Specify host byte endian orientation. + --enable-sim-bswap Use Host specific BSWAP instruction + --enable-sim-cflags=opts + Extra CFLAGS for use in building simulator + --enable-sim-debug=opts Enable debugging flags (for developers of the sim + itself) + --enable-sim-stdio Specify whether to use stdio for console + input/output + --enable-sim-trace=opts Enable tracing of simulated programs + --enable-sim-profile=opts + Enable profiling flags + --enable-sim-endian=endian + Specify target byte endian orientation + --enable-sim-alignment=align + Specify strict, nonstrict or forced alignment of + memory accesses + --enable-sim-hostendian=end + Specify host byte endian orientation --enable-werror treat compile warnings as errors --enable-build-warnings enable build-time compiler warnings if gcc is used --enable-sim-build-warnings enable SIM specific build-time compiler warnings if gcc is used - --enable-sim-reserved-bits Specify whether to check reserved bits in instruction. - --enable-sim-bitsize=N Specify target bitsize (32 or 64). + --enable-sim-reserved-bits + Specify whether to check reserved bits in + instruction + --enable-sim-bitsize=N Specify target bitsize (32 or 64) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -12306,7 +12316,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12309 "configure" +#line 12319 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12412,7 +12422,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12415 "configure" +#line 12425 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |