summaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-06 18:45:05 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 10:58:22 -0400
commitdba333c1e4051400983d3cb8b13c9c4a2d766e9c (patch)
tree73dbf6f84c54dbfe766ca52c5f967246a86f1a4f /sim/config.h.in
parentb15c5d7a516d4e3466753e19df77d34b404d397e (diff)
downloadbinutils-gdb-dba333c1e4051400983d3cb8b13c9c4a2d766e9c.tar.gz
sim: unify assert build settings
Move the --sim-enable-assert option up to the common dir so we only test & export it once across all ports.
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 6dc7017062e..850d42cabba 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -259,6 +259,9 @@
/* Version number of package */
#undef VERSION
+/* Sim assert settings */
+#undef WITH_ASSERT
+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD