aboutsummaryrefslogtreecommitdiff
path: root/sim/rx/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-13 01:32:33 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-13 20:33:35 -0400
commit0f318b8478699c4babdcb6cf1a5a2a06c1155086 (patch)
treebfcd315e6b13a32229afcb88002842b26280ac60 /sim/rx/Makefile.in
parentf4d7566aef1881023591863833492b4864a586bf (diff)
downloadgdb-0f318b8478699c4babdcb6cf1a5a2a06c1155086.zip
gdb-0f318b8478699c4babdcb6cf1a5a2a06c1155086.tar.gz
gdb-0f318b8478699c4babdcb6cf1a5a2a06c1155086.tar.bz2
sim: rx: move cycle-accurate settings to CPPFLAGS
This is the last unique setting that rx has in its config.h, so by moving this to CPPFLAGS, we can drop its config.h entirely.
Diffstat (limited to 'sim/rx/Makefile.in')
-rw-r--r--sim/rx/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in
index 4008aac..799febd 100644
--- a/sim/rx/Makefile.in
+++ b/sim/rx/Makefile.in
@@ -20,7 +20,7 @@
## COMMON_PRE_CONFIG_FRAG
-SIM_EXTRA_CFLAGS = -Wall
+SIM_EXTRA_CFLAGS = @sim_cycle_accurate_flags@
SIM_RUN_OBJS = \
main.o \