sim: unify assert build settings
Move the --sim-enable-assert option up to the common dir so we only test & export it once across all ports.
This commit is contained in:
parent
b15c5d7a51
commit
dba333c1e4
131 changed files with 222 additions and 869 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac: Call SIM_AC_OPTION_ASSERT.
|
||||||
|
* m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ASSERT.
|
||||||
|
* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Call AC_CONFIG_HEADERS and SIM_AC_PLATFORM.
|
* configure.ac: Call AC_CONFIG_HEADERS and SIM_AC_PLATFORM.
|
||||||
|
|
|
@ -197,6 +197,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
||||||
$(top_srcdir)/../config/lead-dot.m4 \
|
$(top_srcdir)/../config/lead-dot.m4 \
|
||||||
$(top_srcdir)/../config/override.m4 \
|
$(top_srcdir)/../config/override.m4 \
|
||||||
|
$(top_srcdir)/m4/sim_ac_option_assert.m4 \
|
||||||
$(top_srcdir)/m4/sim_ac_platform.m4 \
|
$(top_srcdir)/m4/sim_ac_platform.m4 \
|
||||||
$(top_srcdir)/m4/sim_ac_toolchain.m4 \
|
$(top_srcdir)/m4/sim_ac_toolchain.m4 \
|
||||||
$(top_srcdir)/configure.ac
|
$(top_srcdir)/configure.ac
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/aarch64/aclocal.m4
vendored
1
sim/aarch64/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/aarch64/configure
vendored
26
sim/aarch64/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
1
sim/aclocal.m4
vendored
1
sim/aclocal.m4
vendored
|
@ -1170,5 +1170,6 @@ AC_SUBST([am__untar])
|
||||||
m4_include([../config/depstand.m4])
|
m4_include([../config/depstand.m4])
|
||||||
m4_include([../config/lead-dot.m4])
|
m4_include([../config/lead-dot.m4])
|
||||||
m4_include([../config/override.m4])
|
m4_include([../config/override.m4])
|
||||||
|
m4_include([m4/sim_ac_option_assert.m4])
|
||||||
m4_include([m4/sim_ac_platform.m4])
|
m4_include([m4/sim_ac_platform.m4])
|
||||||
m4_include([m4/sim_ac_toolchain.m4])
|
m4_include([m4/sim_ac_toolchain.m4])
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/arm/aclocal.m4
vendored
1
sim/arm/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/arm/configure
vendored
26
sim/arm/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/avr/aclocal.m4
vendored
1
sim/avr/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/avr/configure
vendored
26
sim/avr/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Delete calls to AC_CHECK_FUNCS_ONCE and
|
* configure.ac: Delete calls to AC_CHECK_FUNCS_ONCE and
|
||||||
|
|
1
sim/bfin/aclocal.m4
vendored
1
sim/bfin/aclocal.m4
vendored
|
@ -113,7 +113,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/bfin/configure
vendored
26
sim/bfin/configure
vendored
|
@ -780,7 +780,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1440,7 +1439,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10804,7 +10802,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10807 "configure"
|
#line 10805 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10910,7 +10908,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10913 "configure"
|
#line 10911 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11293,26 +11291,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/bpf/aclocal.m4
vendored
1
sim/bpf/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_bitsize.m4])
|
m4_include([../m4/sim_ac_option_bitsize.m4])
|
||||||
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/bpf/configure
vendored
26
sim/bpf/configure
vendored
|
@ -778,7 +778,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1436,7 +1435,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10797,7 +10795,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10800 "configure"
|
#line 10798 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10903,7 +10901,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10906 "configure"
|
#line 10904 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11286,26 +11284,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -259,6 +259,9 @@
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
|
||||||
|
/* Sim assert settings */
|
||||||
|
#undef WITH_ASSERT
|
||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||||
#if defined AC_APPLE_UNIVERSAL_BUILD
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||||
|
|
23
sim/configure
vendored
23
sim/configure
vendored
|
@ -750,6 +750,7 @@ enable_silent_rules
|
||||||
enable_sim
|
enable_sim
|
||||||
enable_example_sims
|
enable_example_sims
|
||||||
enable_targets
|
enable_targets
|
||||||
|
enable_sim_assert
|
||||||
'
|
'
|
||||||
ac_precious_vars='build_alias
|
ac_precious_vars='build_alias
|
||||||
host_alias
|
host_alias
|
||||||
|
@ -1422,6 +1423,7 @@ Optional Features:
|
||||||
--enable-sim Enable the GNU simulator
|
--enable-sim Enable the GNU simulator
|
||||||
--enable-example-sims enable example GNU simulators
|
--enable-example-sims enable example GNU simulators
|
||||||
--enable-targets alternative target configurations
|
--enable-targets alternative target configurations
|
||||||
|
--enable-sim-assert Specify whether to perform random assertions
|
||||||
|
|
||||||
Some influential environment variables:
|
Some influential environment variables:
|
||||||
CC C compiler command
|
CC C compiler command
|
||||||
|
@ -5917,6 +5919,27 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
||||||
|
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
||||||
|
sim_assert="1"
|
||||||
|
# Check whether --enable-sim-assert was given.
|
||||||
|
if test "${enable_sim_assert+set}" = set; then :
|
||||||
|
enableval=$enable_sim_assert; case "${enableval}" in
|
||||||
|
yes) sim_assert="1";;
|
||||||
|
no) sim_assert="0";;
|
||||||
|
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define WITH_ASSERT $sim_assert
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
||||||
|
$as_echo "$sim_assert" >&6; }
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile"
|
ac_config_files="$ac_config_files Makefile"
|
||||||
|
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
|
|
|
@ -99,5 +99,7 @@ if test "${enable_sim}" != no; then
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([SIM_ENABLE_IGEN], [test "$sim_igen" = "yes"])
|
AM_CONDITIONAL([SIM_ENABLE_IGEN], [test "$sim_igen" = "yes"])
|
||||||
|
|
||||||
|
SIM_AC_OPTION_ASSERT
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/cr16/aclocal.m4
vendored
1
sim/cr16/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/cr16/configure
vendored
26
sim/cr16/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Delete call AC_CHECK_HEADERS_ONCE.
|
* configure.ac: Delete call AC_CHECK_HEADERS_ONCE.
|
||||||
|
|
1
sim/cris/aclocal.m4
vendored
1
sim/cris/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/cris/configure
vendored
26
sim/cris/configure
vendored
|
@ -778,7 +778,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1435,7 +1434,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10795,7 +10793,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10798 "configure"
|
#line 10796 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10901,7 +10899,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10904 "configure"
|
#line 10902 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11284,26 +11282,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/d10v/aclocal.m4
vendored
1
sim/d10v/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/d10v/configure
vendored
26
sim/d10v/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/erc32/aclocal.m4
vendored
1
sim/erc32/aclocal.m4
vendored
|
@ -111,7 +111,6 @@ m4_include([../../ltsugar.m4])
|
||||||
m4_include([../../ltversion.m4])
|
m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_inline.m4])
|
m4_include([../m4/sim_ac_option_inline.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/erc32/configure
vendored
26
sim/erc32/configure
vendored
|
@ -778,7 +778,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1430,7 +1429,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10780,7 +10778,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10783 "configure"
|
#line 10781 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10886,7 +10884,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10889 "configure"
|
#line 10887 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11269,26 +11267,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/example-synacor/aclocal.m4
vendored
1
sim/example-synacor/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/example-synacor/configure
vendored
26
sim/example-synacor/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/frv/aclocal.m4
vendored
1
sim/frv/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/frv/configure
vendored
26
sim/frv/configure
vendored
|
@ -779,7 +779,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1437,7 +1436,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10798,7 +10796,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10801 "configure"
|
#line 10799 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10904,7 +10902,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10907 "configure"
|
#line 10905 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11287,26 +11285,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/ft32/aclocal.m4
vendored
1
sim/ft32/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/ft32/configure
vendored
26
sim/ft32/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Delete call to AC_CHECK_HEADERS_ONCE.
|
* configure.ac: Delete call to AC_CHECK_HEADERS_ONCE.
|
||||||
|
|
1
sim/h8300/aclocal.m4
vendored
1
sim/h8300/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/h8300/configure
vendored
26
sim/h8300/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/iq2000/aclocal.m4
vendored
1
sim/iq2000/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/iq2000/configure
vendored
26
sim/iq2000/configure
vendored
|
@ -778,7 +778,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1435,7 +1434,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10795,7 +10793,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10798 "configure"
|
#line 10796 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10901,7 +10899,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10904 "configure"
|
#line 10902 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11284,26 +11282,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/lm32/aclocal.m4
vendored
1
sim/lm32/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/lm32/configure
vendored
26
sim/lm32/configure
vendored
|
@ -778,7 +778,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1435,7 +1434,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10795,7 +10793,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10798 "configure"
|
#line 10796 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10901,7 +10899,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10904 "configure"
|
#line 10902 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11284,26 +11282,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Delete call to AC_CHECK_HEADERS_ONCE.
|
* configure.ac: Delete call to AC_CHECK_HEADERS_ONCE.
|
||||||
|
|
1
sim/m32c/aclocal.m4
vendored
1
sim/m32c/aclocal.m4
vendored
|
@ -111,7 +111,6 @@ m4_include([../../ltsugar.m4])
|
||||||
m4_include([../../ltversion.m4])
|
m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_inline.m4])
|
m4_include([../m4/sim_ac_option_inline.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/m32c/configure
vendored
26
sim/m32c/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1427,7 +1426,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10777,7 +10775,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10780 "configure"
|
#line 10778 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10883,7 +10881,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10886 "configure"
|
#line 10884 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11266,26 +11264,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/m32r/aclocal.m4
vendored
1
sim/m32r/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
m4_include([../m4/sim_ac_option_cgen_maint.m4])
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/m32r/configure
vendored
26
sim/m32r/configure
vendored
|
@ -780,7 +780,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1437,7 +1436,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10797,7 +10795,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10800 "configure"
|
#line 10798 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10903,7 +10901,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10906 "configure"
|
#line 10904 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11286,26 +11284,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -163,7 +163,6 @@ AC_DEFINE_UNQUOTED([WITH_PROFILE], [$sim_profile], [Sim profile settings])
|
||||||
AC_MSG_RESULT($sim_profile)
|
AC_MSG_RESULT($sim_profile)
|
||||||
|
|
||||||
|
|
||||||
SIM_AC_OPTION_ASSERT
|
|
||||||
SIM_AC_OPTION_ENVIRONMENT
|
SIM_AC_OPTION_ENVIRONMENT
|
||||||
SIM_AC_OPTION_INLINE
|
SIM_AC_OPTION_INLINE
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/m68hc11/aclocal.m4
vendored
1
sim/m68hc11/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/m68hc11/configure
vendored
26
sim/m68hc11/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/mcore/aclocal.m4
vendored
1
sim/mcore/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/mcore/configure
vendored
26
sim/mcore/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/microblaze/aclocal.m4
vendored
1
sim/microblaze/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/microblaze/configure
vendored
26
sim/microblaze/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1429,7 +1428,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10784,7 +10782,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10787 "configure"
|
#line 10785 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10890,7 +10888,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10893 "configure"
|
#line 10891 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11273,26 +11271,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Delete call to AC_CHECK_FUNCS.
|
* configure.ac: Delete call to AC_CHECK_FUNCS.
|
||||||
|
|
1
sim/mips/aclocal.m4
vendored
1
sim/mips/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_bitsize.m4])
|
m4_include([../m4/sim_ac_option_bitsize.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/mips/configure
vendored
26
sim/mips/configure
vendored
|
@ -786,7 +786,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1449,7 +1448,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10812,7 +10810,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10815 "configure"
|
#line 10813 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10918,7 +10916,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10921 "configure"
|
#line 10919 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11301,26 +11299,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/mn10300/aclocal.m4
vendored
1
sim/mn10300/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_bitsize.m4])
|
m4_include([../m4/sim_ac_option_bitsize.m4])
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/mn10300/configure
vendored
26
sim/mn10300/configure
vendored
|
@ -775,7 +775,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1431,7 +1430,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10790,7 +10788,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10793 "configure"
|
#line 10791 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10896,7 +10894,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10899 "configure"
|
#line 10897 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11279,26 +11277,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
1
sim/moxie/aclocal.m4
vendored
1
sim/moxie/aclocal.m4
vendored
|
@ -112,7 +112,6 @@ m4_include([../../ltversion.m4])
|
||||||
m4_include([../../lt~obsolete.m4])
|
m4_include([../../lt~obsolete.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
m4_include([../m4/sim_ac_common.m4])
|
||||||
m4_include([../m4/sim_ac_option_alignment.m4])
|
m4_include([../m4/sim_ac_option_alignment.m4])
|
||||||
m4_include([../m4/sim_ac_option_assert.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_endian.m4])
|
m4_include([../m4/sim_ac_option_endian.m4])
|
||||||
m4_include([../m4/sim_ac_option_environment.m4])
|
m4_include([../m4/sim_ac_option_environment.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
|
|
@ -114,9 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sim assert settings */
|
|
||||||
#undef WITH_ASSERT
|
|
||||||
|
|
||||||
/* Sim debug setting */
|
/* Sim debug setting */
|
||||||
#undef WITH_DEBUG
|
#undef WITH_DEBUG
|
||||||
|
|
||||||
|
|
26
sim/moxie/configure
vendored
26
sim/moxie/configure
vendored
|
@ -776,7 +776,6 @@ enable_sim_debug
|
||||||
enable_sim_stdio
|
enable_sim_stdio
|
||||||
enable_sim_trace
|
enable_sim_trace
|
||||||
enable_sim_profile
|
enable_sim_profile
|
||||||
enable_sim_assert
|
|
||||||
enable_sim_environment
|
enable_sim_environment
|
||||||
enable_sim_inline
|
enable_sim_inline
|
||||||
with_pkgversion
|
with_pkgversion
|
||||||
|
@ -1430,7 +1429,6 @@ Optional Features:
|
||||||
--enable-sim-trace=opts Enable tracing of simulated programs
|
--enable-sim-trace=opts Enable tracing of simulated programs
|
||||||
--enable-sim-profile=opts
|
--enable-sim-profile=opts
|
||||||
Enable profiling flags
|
Enable profiling flags
|
||||||
--enable-sim-assert Specify whether to perform random assertions
|
|
||||||
--enable-sim-environment=environment
|
--enable-sim-environment=environment
|
||||||
Specify mixed, user, virtual or operating
|
Specify mixed, user, virtual or operating
|
||||||
environment
|
environment
|
||||||
|
@ -10785,7 +10783,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10788 "configure"
|
#line 10786 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10891,7 +10889,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 10894 "configure"
|
#line 10892 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11274,26 +11272,6 @@ $as_echo "$sim_profile" >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
|
|
||||||
$as_echo_n "checking whether to enable sim asserts... " >&6; }
|
|
||||||
sim_assert="1"
|
|
||||||
# Check whether --enable-sim-assert was given.
|
|
||||||
if test "${enable_sim_assert+set}" = set; then :
|
|
||||||
enableval=$enable_sim_assert; case "${enableval}" in
|
|
||||||
yes) sim_assert="1";;
|
|
||||||
no) sim_assert="0";;
|
|
||||||
*) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define WITH_ASSERT $sim_assert
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
|
|
||||||
$as_echo "$sim_assert" >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
|
||||||
$as_echo_n "checking default sim environment setting... " >&6; }
|
$as_echo_n "checking default sim environment setting... " >&6; }
|
||||||
sim_environment="ALL_ENVIRONMENT"
|
sim_environment="ALL_ENVIRONMENT"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* aclocal.m4, config.in, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* config.in, configure: Regenerate.
|
* config.in, configure: Regenerate.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue