aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/config.in
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/m68hc11/config.in
parent497a20bd3b7f7bffac5cdc7ae03e768cf92a04fd (diff)
downloadfsf-binutils-gdb-04381273a9ea0cf30575d58983287cd950b3e166.zip
fsf-binutils-gdb-04381273a9ea0cf30575d58983287cd950b3e166.tar.gz
fsf-binutils-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/m68hc11/config.in')
-rw-r--r--sim/m68hc11/config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/sim/m68hc11/config.in b/sim/m68hc11/config.in
index b21bf7c..29d1fe2 100644
--- a/sim/m68hc11/config.in
+++ b/sim/m68hc11/config.in
@@ -3,9 +3,6 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
-/* Sim debug setting */
-#undef DEBUG
-
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
@@ -83,9 +80,6 @@
/* Additional package description */
#undef PKGVERSION
-/* Sim profile settings */
-#undef PROFILE
-
/* Bug reporting address */
#undef REPORT_BUGS_TO
@@ -114,18 +108,6 @@
#endif
-/* Sim debug setting */
-#undef WITH_DEBUG
-
-/* Sim profile settings */
-#undef WITH_PROFILE
-
-/* How to route I/O */
-#undef WITH_STDIO
-
-/* Sim trace settings */
-#undef WITH_TRACE
-
/* 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