diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-06 20:11:02 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 11:01:57 -0400 |
commit | 5ea45474021e98cbb325534b328e391593119cb0 (patch) | |
tree | 548bbb6a52ad6161ceacaab342532f4c9b89ca1d /sim/config.h.in | |
parent | dba333c1e4051400983d3cb8b13c9c4a2d766e9c (diff) | |
download | gdb-5ea45474021e98cbb325534b328e391593119cb0.zip gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.gz gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.bz2 |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in index 850d42c..5fd8c8d 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 |