diff options
Diffstat (limited to 'sim/common/configure')
-rwxr-xr-x | sim/common/configure | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sim/common/configure b/sim/common/configure index 96edf37..7f1ef52 100755 --- a/sim/common/configure +++ b/sim/common/configure @@ -1398,12 +1398,16 @@ 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-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 Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -10560,7 +10564,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10563 "configure" +#line 10567 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10666,7 +10670,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10669 "configure" +#line 10673 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |