diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 22:13:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 22:43:56 -0400 |
commit | a979f2a07a7df495199f6477b43a34b781e0443f (patch) | |
tree | 8c8c307ccde1b5f33e1976ab0142ab5afc2e1385 /sim/Makefile.in | |
parent | 54c47dfb68a5e2cfde5fec7224b0f92b12edc42c (diff) | |
download | fsf-binutils-gdb-a979f2a07a7df495199f6477b43a34b781e0443f.zip fsf-binutils-gdb-a979f2a07a7df495199f6477b43a34b781e0443f.tar.gz fsf-binutils-gdb-a979f2a07a7df495199f6477b43a34b781e0443f.tar.bz2 |
sim: unify dtc tool checks
Only one arch uses this currently, but others could too. By moving
it up to the common checks, it'll also let us simplify the moxie code
significantly.
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index c912db9..9ba3471 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -645,6 +645,7 @@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ +DTC = @DTC@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ |