diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 23:02:28 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-14 20:41:24 -0500 |
commit | 068b723abc3f642f2fa5408908049d3d21a98588 (patch) | |
tree | 53ecaf0acefc883a428882ad45e3a718c790107d /sim/mips | |
parent | 936b119d439cd67b691f5ee6eac6a8a8cb40c960 (diff) | |
download | binutils-068b723abc3f642f2fa5408908049d3d21a98588.zip binutils-068b723abc3f642f2fa5408908049d3d21a98588.tar.gz binutils-068b723abc3f642f2fa5408908049d3d21a98588.tar.bz2 |
sim: build: drop AM_MAKEFLAGS settings
We don't have any recursive builds anymore, so we can drop this logic.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/mips/local.mk b/sim/mips/local.mk index 136eeba..e54a0ef 100644 --- a/sim/mips/local.mk +++ b/sim/mips/local.mk @@ -86,7 +86,6 @@ noinst_LIBRARIES += %D%/libsim.a noinst_PROGRAMS += %D%/run %C%_SIM_EXTRA_HW_DEVICES = tx3904cpu tx3904irc tx3904tmr tx3904sio -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 |