From 456ef1c1d43c0407801fb2d59db355472be8a554 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Jun 2021 20:06:12 -0400 Subject: sim: unify hardware settings Move these options up to the common dir so we only test & export them once across all ports. --- sim/frv/aclocal.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/frv/aclocal.m4') 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]) -- cgit v1.1