aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-07 23:07:43 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-07 23:26:07 +0700
commit871aa3b9ee7b1067bffa05549190c6051cf06fe5 (patch)
treef6ecf73fdcdfe8fdad9921e55819f7704079c709 /sim/v850/Makefile.in
parent4cf83930c1ecf18c7157a5be6bed0a116b39e9b8 (diff)
downloadgdb-871aa3b9ee7b1067bffa05549190c6051cf06fe5.zip
gdb-871aa3b9ee7b1067bffa05549190c6051cf06fe5.tar.gz
gdb-871aa3b9ee7b1067bffa05549190c6051cf06fe5.tar.bz2
sim: v850: drop subdir configure logic
We've been using this only to set the default word size to 32. We can easily move this into the makefile via a -D compiler flag and clean up the build logic quite a bit.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r--sim/v850/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index ec70b0b..c71ccf0 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -23,4 +23,6 @@ SIM_OBJS = \
itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
sim-resume.o
+SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
+
## COMMON_POST_CONFIG_FRAG