aboutsummaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-02 14:15:02 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-14 20:48:49 -0500
commiteac2fbdc4ba9116693f838d82edb844cccce8dd9 (patch)
treefbec633a3da9bc52fd5d424578238f51efdcefc7 /sim/rx
parent0e7c397dbf3b9af7f132963e2ecc52585f1ee7d0 (diff)
downloadfsf-binutils-gdb-eac2fbdc4ba9116693f838d82edb844cccce8dd9.zip
fsf-binutils-gdb-eac2fbdc4ba9116693f838d82edb844cccce8dd9.tar.gz
fsf-binutils-gdb-eac2fbdc4ba9116693f838d82edb844cccce8dd9.tar.bz2
sim: common: move libcommon.a objects to sources
This simplifies the build logic and avoids an Automake bug where the common_libcommon_a_OBJECTS variable isn't set in the arch libsim.a DEPENDENCIES for targets that, alphabetically, come before "common". We aren't affected by that bug with the current code, but as we move things out of SIM_ALL_RECURSIVE_DEPS and rely on finer dependencies, we will trip over it.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/rx/local.mk b/sim/rx/local.mk
index 3b1e199..2a9387d 100644
--- a/sim/rx/local.mk
+++ b/sim/rx/local.mk
@@ -18,9 +18,9 @@
AM_CPPFLAGS_%C% = $(SIM_RX_CYCLE_ACCURATE_FLAGS)
-%C%_libsim_a_SOURCES =
+%C%_libsim_a_SOURCES = \
+ $(common_libcommon_a_SOURCES)
%C%_libsim_a_LIBADD = \
- $(common_libcommon_a_OBJECTS) \
%D%/fpu.o \
%D%/load.o \
%D%/mem.o \