forked from Imagelibrary/binutils-gdb
sim: use AS_HELP_STRING everywhere
This helps standardize the configure --help output.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2015-06-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2015-06-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* traps.c (lm32bf_scall_insn): Replace call to cb_syscall with
|
||||
|
||||
42
sim/lm32/configure
vendored
42
sim/lm32/configure
vendored
@@ -1408,19 +1408,31 @@ 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-scache=size Specify simulator execution cache size.
|
||||
--enable-sim-default-model=model Specify default model to simulate.
|
||||
--enable-sim-environment=environment Specify mixed, user, virtual or operating environment.
|
||||
--enable-cgen-maint=DIR build cgen generated files
|
||||
--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-sim-scache=size
|
||||
Specify simulator execution cache size
|
||||
--enable-sim-default-model=model
|
||||
Specify default model to simulate
|
||||
--enable-sim-environment=environment
|
||||
Specify mixed, user, virtual or operating
|
||||
environment
|
||||
--enable-cgen-maint=DIR build cgen generated files
|
||||
--enable-sim-hardware=LIST
|
||||
Specify the hardware to be included in the build.
|
||||
|
||||
@@ -12308,7 +12320,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12311 "configure"
|
||||
#line 12323 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@@ -12414,7 +12426,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12417 "configure"
|
||||
#line 12429 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
||||
Reference in New Issue
Block a user