aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-15 21:17:55 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-16 01:24:20 -0400
commit46f0c0c6cc1b46702152343a3801023e348d7b13 (patch)
tree329847b0421b6858a4f2695680879c4f0271552a /sim/ppc/configure
parent956f0babcd95bc7b6d2d79ea345abdd6f464e65f (diff)
downloadfsf-binutils-gdb-46f0c0c6cc1b46702152343a3801023e348d7b13.zip
fsf-binutils-gdb-46f0c0c6cc1b46702152343a3801023e348d7b13.tar.gz
fsf-binutils-gdb-46f0c0c6cc1b46702152343a3801023e348d7b13.tar.bz2
sim: ppc: use common sim-assert setting
The common sim code already sets this up for us, so no need to duplicate the logic.
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-xsim/ppc/configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure
index 10903a0..f81d83a 100755
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -740,7 +740,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
-enable_sim_assert
enable_sim_bitsize
enable_sim_config
enable_sim_decode_mechanism
@@ -1396,7 +1395,6 @@ Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --enable-sim-assert Specify whether to perform random assertions.
--enable-sim-bitsize=n Specify target bitsize (32 or 64).
--enable-sim-config=file Override default config file
--enable-sim-decode-mechanism=which Specify the instruction decode mechanism.
@@ -3114,26 +3112,6 @@ $as_echo "$LINGUAS" >&6; }
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; }
-
-
# Check whether --enable-sim-bitsize was given.
if test "${enable_sim_bitsize+set}" = set; then :
enableval=$enable_sim_bitsize; case "${enableval}" in