aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/aclocal.m4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-19 20:06:12 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-21 22:20:18 -0400
commit456ef1c1d43c0407801fb2d59db355472be8a554 (patch)
treeae7c5f7bbef0f9f9b05f73d97c8131538b52a965 /sim/frv/aclocal.m4
parentbe0387eed099dbc2f2bdc92fbf60e04f846c3b2b (diff)
downloadgdb-456ef1c1d43c0407801fb2d59db355472be8a554.zip
gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.gz
gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.bz2
sim: unify hardware settings
Move these options up to the common dir so we only test & export them once across all ports.
Diffstat (limited to 'sim/frv/aclocal.m4')
-rw-r--r--sim/frv/aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/frv/aclocal.m4 b/sim/frv/aclocal.m4
index 08ac8b1..212a399 100644
--- a/sim/frv/aclocal.m4
+++ b/sim/frv/aclocal.m4
@@ -13,6 +13,5 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([../m4/sim_ac_option_default_model.m4])
-m4_include([../m4/sim_ac_option_hardware.m4])
m4_include([../m4/sim_ac_option_scache.m4])
m4_include([../m4/sim_ac_output.m4])