From d414eb3e7fc1e82d68e69ba6a9a867b9d9a9dba2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 28 Jun 2021 22:07:44 -0400 Subject: sim: move default model to the runtime sim state This kills off another compile-time option by moving the setting to the individual arch runtimes. This will allow dynamic selection by the arch when doing a single build with multiple arches. The sim_model_init rework is a little funky. In the past it was disabled entirely if no default model was set. We maintain the spirit of the logic by gating the fallback logic on whether the port has defined any models. --- sim/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/Makefile.in') diff --git a/sim/Makefile.in b/sim/Makefile.in index 047d548..1d9e855 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -781,7 +781,6 @@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sim_bitsize = @sim_bitsize@ -sim_default_model = @sim_default_model@ sim_float = @sim_float@ sim_hw_cflags = @sim_hw_cflags@ sim_hw_sockser = @sim_hw_sockser@ -- cgit v1.1