aboutsummaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-02 14:38:01 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-14 20:51:53 -0500
commit4df74707043bf248f248cd52d9c70c29ec4e679c (patch)
treeaf63f67a338599fcbef7ae3417eced3816bffe6e /sim/common
parentee3134d0288c9d9d4f4a9fe325d4864a556edc63 (diff)
downloadgdb-4df74707043bf248f248cd52d9c70c29ec4e679c.zip
gdb-4df74707043bf248f248cd52d9c70c29ec4e679c.tar.gz
gdb-4df74707043bf248f248cd52d9c70c29ec4e679c.tar.bz2
sim: common: move libcommon.a dep to ppc code
Rather than force this to be built ahead of time for all targets, move the dep to the ppc code since it's the only user of it now.
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/local.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/common/local.mk b/sim/common/local.mk
index cbef45e..f6eee5c 100644
--- a/sim/common/local.mk
+++ b/sim/common/local.mk
@@ -23,11 +23,6 @@ AM_CPPFLAGS += \
AM_CPPFLAGS_%C% = -DSIM_COMMON_BUILD
AM_CPPFLAGS_FOR_BUILD += -I$(srcdir)/%D%
-## This makes sure common parts are available before building the arch-subdirs
-## which will refer to these.
-SIM_ALL_RECURSIVE_DEPS += \
- %D%/libcommon.a
-
## NB: libcommon.a isn't used directly by ports. We need a target for common
## objects to be a part of, and ports use the individual objects directly.
## We can delete this once ppc/Makefile.in is merged into ppc/local.mk.