summaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-02 14:34:52 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-14 20:50:36 -0500
commitee3134d0288c9d9d4f4a9fe325d4864a556edc63 (patch)
treed3bc75424e72ec244f6fae705d5349ee87659ed5 /sim/mips
parenteac2fbdc4ba9116693f838d82edb844cccce8dd9 (diff)
downloadbinutils-gdb-ee3134d0288c9d9d4f4a9fe325d4864a556edc63.tar.gz
sim: build: drop most recursive build deps
Now that we build these objects in the top dir & generate modules.c there, we don't need to generate them all first -- we can let the normal dependency graph take care of building things in parallel.
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/local.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/mips/local.mk b/sim/mips/local.mk
index 942997240c8..5f32eee573f 100644
--- a/sim/mips/local.mk
+++ b/sim/mips/local.mk
@@ -154,8 +154,7 @@ if SIM_MIPS_GEN_MODE_MULTI
%D%/stamp-gen-mode-multi-run
endif
-## This makes sure build tools are available before building the arch-subdirs.
-SIM_ALL_RECURSIVE_DEPS += $(%C%_BUILD_OUTPUTS)
+## Generating modules.c requires all sources to scan.
%D%/modules.c: | $(%C%_BUILD_OUTPUTS)
$(%C%_BUILT_SRC_FROM_IGEN_ITABLE): %D%/stamp-igen-itable