From eac2fbdc4ba9116693f838d82edb844cccce8dd9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 2 Jan 2023 14:15:02 -0500 Subject: 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. --- sim/m32r/local.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim/m32r') diff --git a/sim/m32r/local.mk b/sim/m32r/local.mk index 78c8a87..6a6a6d9 100644 --- a/sim/m32r/local.mk +++ b/sim/m32r/local.mk @@ -30,9 +30,9 @@ AM_CFLAGS_%C%_sem.o = -Wno-error AM_CFLAGS_%C%_sim_if.o = -Wno-error AM_CFLAGS_%C%_traps.o = -Wno-error -%C%_libsim_a_SOURCES = +%C%_libsim_a_SOURCES = \ + $(common_libcommon_a_SOURCES) %C%_libsim_a_LIBADD = \ - $(common_libcommon_a_OBJECTS) \ $(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \ $(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \ $(patsubst %,%D%/dv-%.o,$(%C%_SIM_EXTRA_HW_DEVICES)) \ -- cgit v1.1