]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/Makefile.in
sim: ppc: move libsim.a creation to top-level
authorMike Frysinger <vapier@gentoo.org>
Tue, 2 Jan 2024 14:50:43 +0000 (09:50 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 3 Jan 2024 06:21:48 +0000 (01:21 -0500)
commit01c2a7aa695147ad6b9a46034056b2073119ca7b
tree9d6e71e5920006686ff66658ed0c526f17708bf6
parente0e9cd645f3e421a39e67b0cc32d5f7551318b9e
sim: ppc: move libsim.a creation to top-level

The objects are still compiled in the subdir, but the creation of the
archive itself is in the top-level.  This is a required step before we
can move compilation itself up, and makes it easier to review.

The downside is that each object compile is a recursive make instead of
a single one.  It adds some overhead, so it's not great, but it shouldn't
be a big deal.  This will go away once compilation is hoisted up.
sim/Makefile.in
sim/configure
sim/configure.ac
sim/ppc/Makefile.in
sim/ppc/local.mk