]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: build: hoist lists of common objects up
authorMike Frysinger <vapier@gentoo.org>
Sun, 6 Nov 2022 14:24:24 +0000 (21:24 +0700)
committerMike Frysinger <vapier@gentoo.org>
Thu, 22 Dec 2022 03:21:25 +0000 (22:21 -0500)
commitd47ea1b9c1fb6d57271697f186f7141ef4aa41c4
treea2fd66fc1178b3085f1033f790bfcb38ec43cc4d
parente9c4e2d24f944f30114445189d970f14889789fd
sim: build: hoist lists of common objects up

In order to create libsim.a in the common dir, we need the list of
objects for each target.  To avoid duplicating the list with the
recursive make in each port, pass it down as a variable.  This is
a temporary hack until the top-level creates libsim.a for ports.
sim/Makefile.in
sim/arch-subdir.mk.in
sim/common/Make-common.in
sim/common/local.mk