aboutsummaryrefslogtreecommitdiff
path: root/sim/iq2000
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-23 16:24:27 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-26 22:30:55 -0400
commit66d055c75479e0c51745fc3b40faec6df7a01620 (patch)
tree9eae68aaed1892c02c91fda1c6315899a44d4456 /sim/iq2000
parent3955e3467074a3a6cc243f2af5a29e17aa08ab4e (diff)
downloadbinutils-66d055c75479e0c51745fc3b40faec6df7a01620.zip
binutils-66d055c75479e0c51745fc3b40faec6df7a01620.tar.gz
binutils-66d055c75479e0c51745fc3b40faec6df7a01620.tar.bz2
sim: enable hardware support by default
Force this on for all ports. We have a few common models that can be used, so make them generally available. If the port doesn't use any hardware (the default), then behavior is unchanged.
Diffstat (limited to 'sim/iq2000')
-rw-r--r--sim/iq2000/ChangeLog5
-rwxr-xr-xsim/iq2000/configure1
-rw-r--r--sim/iq2000/configure.ac2
3 files changed, 5 insertions, 3 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog
index addf3c6..ffb7ab9 100644
--- a/sim/iq2000/ChangeLog
+++ b/sim/iq2000/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-26 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.ac (SIM_AC_OPTION_HARDWARE): Delete call.
+ * configure: Regenerate.
+
2021-04-23 Mike Frysinger <vapier@gentoo.org>
* configure.ac (SIM_AC_OPTION_HARDWARE): Delete arguments.
diff --git a/sim/iq2000/configure b/sim/iq2000/configure
index 21b500c..0607bc6 100755
--- a/sim/iq2000/configure
+++ b/sim/iq2000/configure
@@ -12210,7 +12210,6 @@ fi
fi
-
cgen_breaks=""
if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
cgen_breaks="break cgen_rtx_error";
diff --git a/sim/iq2000/configure.ac b/sim/iq2000/configure.ac
index f21bc80..623fa19 100644
--- a/sim/iq2000/configure.ac
+++ b/sim/iq2000/configure.ac
@@ -11,6 +11,4 @@ SIM_AC_OPTION_DEFAULT_MODEL(iq2000)
SIM_AC_OPTION_WARNINGS(no)
SIM_AC_OPTION_CGEN_MAINT
-SIM_AC_OPTION_HARDWARE
-
SIM_AC_OUTPUT