mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
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.
This commit is contained in:
@@ -53,8 +53,7 @@ noinst_PROGRAMS += %D%/run
|
||||
%D%/m32c.c \
|
||||
%D%/r8c.c
|
||||
|
||||
## 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%_opc2c_SOURCES = %D%/opc2c.c
|
||||
|
||||
Reference in New Issue
Block a user