mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac: Change configure.in to configure.ac.
|
||||
|
45
sim/mips/configure
vendored
45
sim/mips/configure
vendored
@ -1426,25 +1426,38 @@ 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-inline=inlines Specify which functions should be inlined.
|
||||
--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-inline=inlines
|
||||
Specify which functions should be inlined
|
||||
--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-endian=endian Specify target byte endian orientation.
|
||||
--enable-sim-bitsize=N Specify target bitsize (32 or 64).
|
||||
--enable-sim-float Specify that the target processor has floating point hardware.
|
||||
--enable-sim-smp=n Specify number of processors to configure for (default ${default_sim_smp}).
|
||||
--enable-sim-reserved-bits
|
||||
Specify whether to check reserved bits in
|
||||
instruction
|
||||
--enable-sim-endian=endian
|
||||
Specify target byte endian orientation
|
||||
--enable-sim-bitsize=N Specify target bitsize (32 or 64)
|
||||
--enable-sim-float Specify that the target processor has floating point
|
||||
hardware
|
||||
--enable-sim-smp=n Specify number of processors to configure for
|
||||
(default ${default_sim_smp})
|
||||
--enable-sim-hardware=LIST
|
||||
Specify the hardware to be included in the build.
|
||||
|
||||
@ -12334,7 +12347,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12337 "configure"
|
||||
#line 12350 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -12440,7 +12453,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12443 "configure"
|
||||
#line 12456 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
Reference in New Issue
Block a user