sim: mips: add multi source to built sources
The multirun generation mode is a bit of a mess as generated run files depend on generate igen files, all with unknown names ahead of time. In the multirun mode, be lazy and declare all of these generated source files as built sources so they'll be created early on.
This commit is contained in:
parent
9f046489d0
commit
ddfc4317d5
@ -217,7 +217,8 @@ TESTS = testsuite/common/bits32m0$(EXEEXT) \
|
||||
@SIM_ENABLE_ARCH_microblaze_TRUE@am__append_67 = microblaze/run
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@am__append_68 = mips/run
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@am__append_69 = mips_SIM_EXTRA_HW_DEVICES="$(mips_SIM_EXTRA_HW_DEVICES)"
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@am__append_70 = mips/itable.h
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@am__append_70 = mips/itable.h \
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@ $(SIM_MIPS_MULTI_SRC)
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@@SIM_MIPS_GEN_MODE_SINGLE_TRUE@am__append_71 = \
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@@SIM_MIPS_GEN_MODE_SINGLE_TRUE@ $(mips_BUILT_SRC_FROM_GEN_MODE_SINGLE) \
|
||||
@SIM_ENABLE_ARCH_mips_TRUE@@SIM_MIPS_GEN_MODE_SINGLE_TRUE@ mips/stamp-gen-mode-single
|
||||
|
@ -29,6 +29,10 @@ AM_MAKEFLAGS += %C%_SIM_EXTRA_HW_DEVICES="$(%C%_SIM_EXTRA_HW_DEVICES)"
|
||||
|
||||
## List all generated headers to help Automake dependency tracking.
|
||||
BUILT_SOURCES += %D%/itable.h
|
||||
## The multi files are a bit of a mess with generated multirun files depending
|
||||
## on generated igen files. Be lazy for now and declare them all built so they
|
||||
## are generated early on.
|
||||
BUILT_SOURCES += $(SIM_MIPS_MULTI_SRC)
|
||||
%C%_BUILT_SRC_FROM_IGEN_ITABLE = \
|
||||
%D%/itable.h \
|
||||
%D%/itable.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user