aboutsummaryrefslogtreecommitdiff
path: root/sim/aclocal.m4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-06 20:35:02 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-12 20:07:57 -0400
commit04381273a9ea0cf30575d58983287cd950b3e166 (patch)
treec58e24e6afe011ffca7403f18ff41f9740dcf4a4 /sim/aclocal.m4
parent497a20bd3b7f7bffac5cdc7ae03e768cf92a04fd (diff)
downloadgdb-04381273a9ea0cf30575d58983287cd950b3e166.zip
gdb-04381273a9ea0cf30575d58983287cd950b3e166.tar.gz
gdb-04381273a9ea0cf30575d58983287cd950b3e166.tar.bz2
sim: unify debug/stdio/trace/profile build settings
Move these options up to the common dir so we only test & export them once across all ports. The ppc code needs a little extra care with its trace settings as it's not exactly the same API as the common code. The other knobs are the same though.
Diffstat (limited to 'sim/aclocal.m4')
-rw-r--r--sim/aclocal.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/aclocal.m4 b/sim/aclocal.m4
index 4b6eb26..3c639f0 100644
--- a/sim/aclocal.m4
+++ b/sim/aclocal.m4
@@ -1171,6 +1171,10 @@ m4_include([../config/depstand.m4])
m4_include([../config/lead-dot.m4])
m4_include([../config/override.m4])
m4_include([m4/sim_ac_option_assert.m4])
+m4_include([m4/sim_ac_option_debug.m4])
m4_include([m4/sim_ac_option_environment.m4])
+m4_include([m4/sim_ac_option_profile.m4])
+m4_include([m4/sim_ac_option_stdio.m4])
+m4_include([m4/sim_ac_option_trace.m4])
m4_include([m4/sim_ac_platform.m4])
m4_include([m4/sim_ac_toolchain.m4])