summaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-24 23:28:19 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-25 02:13:30 -0500
commit20b579bac5a0b0177c7a40dc7520369dbb332efb (patch)
tree0f3de9939df3fe98b28d6c444a1ede9c629e070f /sim/config.h.in
parent883be197745c9a9ea626cf0671e8bb0109d21a36 (diff)
downloadbinutils-gdb-20b579bac5a0b0177c7a40dc7520369dbb332efb.tar.gz
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.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index 71f17fb926b..fc4f3988d5a 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -468,6 +468,9 @@
/* Sim cache szie */
#undef WITH_SCACHE
+/* Sim SMP settings */
+#undef WITH_SMP
+
/* How to route I/O */
#undef WITH_STDIO