summaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-06 20:11:02 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 11:01:57 -0400
commit5ea45474021e98cbb325534b328e391593119cb0 (patch)
tree548bbb6a52ad6161ceacaab342532f4c9b89ca1d /sim/config.h.in
parentdba333c1e4051400983d3cb8b13c9c4a2d766e9c (diff)
downloadbinutils-gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.gz
sim: unify environment build settings
Move the --sim-enable-environment 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 850d42cabba..5fd8c8dafb5 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -262,6 +262,9 @@
/* Sim assert settings */
#undef WITH_ASSERT
+/* Sim default environment */
+#undef WITH_ENVIRONMENT
+
/* 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