diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-06 18:45:05 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 10:58:22 -0400 |
commit | dba333c1e4051400983d3cb8b13c9c4a2d766e9c (patch) | |
tree | 73dbf6f84c54dbfe766ca52c5f967246a86f1a4f /sim/configure.ac | |
parent | b15c5d7a516d4e3466753e19df77d34b404d397e (diff) | |
download | gdb-dba333c1e4051400983d3cb8b13c9c4a2d766e9c.zip gdb-dba333c1e4051400983d3cb8b13c9c4a2d766e9c.tar.gz gdb-dba333c1e4051400983d3cb8b13c9c4a2d766e9c.tar.bz2 |
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/configure.ac')
-rw-r--r-- | sim/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 0ff49b0..700e04d 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -99,5 +99,7 @@ if test "${enable_sim}" != no; then fi AM_CONDITIONAL([SIM_ENABLE_IGEN], [test "$sim_igen" = "yes"]) +SIM_AC_OPTION_ASSERT + AC_CONFIG_FILES([Makefile]) AC_OUTPUT |