aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-03 20:58:23 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-03 22:21:04 +0700
commitb830591caf0db7bb416f0be3145b00db6ba1ea4c (patch)
tree34fb03c1aa44b55f980c985b4774f6c58d3fe0b8 /sim/v850/Makefile.in
parent75bed973c865be279cc0ab390372eab391b2541a (diff)
downloadfsf-binutils-gdb-b830591caf0db7bb416f0be3145b00db6ba1ea4c.zip
fsf-binutils-gdb-b830591caf0db7bb416f0be3145b00db6ba1ea4c.tar.gz
fsf-binutils-gdb-b830591caf0db7bb416f0be3145b00db6ba1ea4c.tar.bz2
sim: v850: switch to standard (high-level) trace defines
The v850 port uses -DDEBUG to control whether to enable internal tracing. We already have such options via the common trace framework, and those can be controlled at build time via configure flags (which the v850 code currently cannot). So switch it over to WITH_TRACE_ANY_P to simplify the v850 build code even if it doesn't (yet) respect any other trace options.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r--sim/v850/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 4c2d278..ab42145 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -27,8 +27,4 @@ SIM_OBJS = \
# Generally this consists of simulator specific files included by sim-main.h.
SIM_EXTRA_DEPS = v850_sim.h sim-main.h
-# List of flags to always pass to $(CC)
-SIM_EXTRA_CFLAGS = \
- -DDEBUG
-
## COMMON_POST_CONFIG_FRAG