diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-04-23 16:24:27 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-04-26 22:30:55 -0400 |
commit | 66d055c75479e0c51745fc3b40faec6df7a01620 (patch) | |
tree | 9eae68aaed1892c02c91fda1c6315899a44d4456 /sim/m4 | |
parent | 3955e3467074a3a6cc243f2af5a29e17aa08ab4e (diff) | |
download | gdb-66d055c75479e0c51745fc3b40faec6df7a01620.zip gdb-66d055c75479e0c51745fc3b40faec6df7a01620.tar.gz gdb-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/m4')
-rw-r--r-- | sim/m4/sim_ac_output.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/m4/sim_ac_output.m4 b/sim/m4/sim_ac_output.m4 index 9ec566d..b18f254 100644 --- a/sim/m4/sim_ac_output.m4 +++ b/sim/m4/sim_ac_output.m4 @@ -22,6 +22,7 @@ dnl the target's fragment at the appropriate points. AC_DEFUN([SIM_AC_OUTPUT], [dnl AC_REQUIRE([SIM_AC_OPTION_WARNINGS])dnl +AC_REQUIRE([SIM_AC_OPTION_HARDWARE])dnl dnl Make @cgen_breaks@ non-null only if the sim uses CGEN. cgen_breaks="" |