From 20b579bac5a0b0177c7a40dc7520369dbb332efb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 24 Dec 2022 23:28:19 -0500 Subject: sim: smp: make option available again At some point we want this to work, but it's not easy to test if the configure option isn't available. Restore it, but keep the default off. --- sim/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index bfcd9e5..af7e6e7 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -180,6 +180,7 @@ SIM_AC_OPTION_INLINE SIM_AC_OPTION_PROFILE SIM_AC_OPTION_RESERVED_BITS SIM_AC_OPTION_SCACHE +SIM_AC_OPTION_SMP SIM_AC_OPTION_STDIO SIM_AC_OPTION_TRACE SIM_AC_OPTION_WARNINGS -- cgit v1.1