aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-06 20:11:02 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 11:01:57 -0400
commit5ea45474021e98cbb325534b328e391593119cb0 (patch)
tree548bbb6a52ad6161ceacaab342532f4c9b89ca1d /sim/erc32
parentdba333c1e4051400983d3cb8b13c9c4a2d766e9c (diff)
downloadfsf-binutils-gdb-5ea45474021e98cbb325534b328e391593119cb0.zip
fsf-binutils-gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.gz
fsf-binutils-gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.bz2
sim: unify environment build settings
Move the --sim-enable-environment option up to the common dir so we only test & export it once across all ports.
Diffstat (limited to 'sim/erc32')
-rw-r--r--sim/erc32/aclocal.m41
-rw-r--r--sim/erc32/config.in3
-rwxr-xr-xsim/erc32/configure30
3 files changed, 2 insertions, 32 deletions
diff --git a/sim/erc32/aclocal.m4 b/sim/erc32/aclocal.m4
index cff6142..b568fae 100644
--- a/sim/erc32/aclocal.m4
+++ b/sim/erc32/aclocal.m4
@@ -111,7 +111,6 @@ m4_include([../../ltsugar.m4])
m4_include([../../ltversion.m4])
m4_include([../../lt~obsolete.m4])
m4_include([../m4/sim_ac_common.m4])
-m4_include([../m4/sim_ac_option_environment.m4])
m4_include([../m4/sim_ac_option_hardware.m4])
m4_include([../m4/sim_ac_option_inline.m4])
m4_include([../m4/sim_ac_option_warnings.m4])
diff --git a/sim/erc32/config.in b/sim/erc32/config.in
index 0b237bf..b21bf7c 100644
--- a/sim/erc32/config.in
+++ b/sim/erc32/config.in
@@ -117,9 +117,6 @@
/* Sim debug setting */
#undef WITH_DEBUG
-/* Sim default environment */
-#undef WITH_ENVIRONMENT
-
/* Sim profile settings */
#undef WITH_PROFILE
diff --git a/sim/erc32/configure b/sim/erc32/configure
index 0ac222d..160189d 100755
--- a/sim/erc32/configure
+++ b/sim/erc32/configure
@@ -778,7 +778,6 @@ enable_sim_debug
enable_sim_stdio
enable_sim_trace
enable_sim_profile
-enable_sim_environment
enable_sim_inline
with_pkgversion
with_bugurl
@@ -1429,9 +1428,6 @@ Optional Features:
--enable-sim-trace=opts Enable tracing of simulated programs
--enable-sim-profile=opts
Enable profiling flags
- --enable-sim-environment=environment
- Specify mixed, user, virtual or operating
- environment
--enable-sim-inline=inlines
Specify which functions should be inlined
--enable-werror treat compile warnings as errors
@@ -10778,7 +10774,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10781 "configure"
+#line 10777 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10884,7 +10880,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10887 "configure"
+#line 10883 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11267,28 +11263,6 @@ $as_echo "$sim_profile" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
-$as_echo_n "checking default sim environment setting... " >&6; }
-sim_environment="ALL_ENVIRONMENT"
-# Check whether --enable-sim-environment was given.
-if test "${enable_sim_environment+set}" = set; then :
- enableval=$enable_sim_environment; case "${enableval}" in
- all | ALL) sim_environment="ALL_ENVIRONMENT";;
- user | USER) sim_environment="USER_ENVIRONMENT";;
- virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
- operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
- *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
-esac
-fi
-
-cat >>confdefs.h <<_ACEOF
-#define WITH_ENVIRONMENT $sim_environment
-_ACEOF
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
-$as_echo "$sim_environment" >&6; }
-
-
sim_inline="-DDEFAULT_INLINE=0"
# Check whether --enable-sim-inline was given.
if test "${enable_sim_inline+set}" = set; then :