aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
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/configure.ac
parentdba333c1e4051400983d3cb8b13c9c4a2d766e9c (diff)
downloadfsf-binutils-gdb-5ea45474021e98cbb325534b328e391593119cb0.zip
fsf-binutils-gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.gz
fsf-binutils-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/configure.ac')
-rw-r--r--sim/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 700e04d..ecf12b5 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -100,6 +100,7 @@ fi
AM_CONDITIONAL([SIM_ENABLE_IGEN], [test "$sim_igen" = "yes"])
SIM_AC_OPTION_ASSERT
+SIM_AC_OPTION_ENVIRONMENT
AC_CONFIG_FILES([Makefile])
AC_OUTPUT