aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-19 15:17:37 -0800
committerAlexey Neyman <stilor@att.net>2018-11-28 00:30:10 -0800
commitda76ae3ea3ba523223fe61b3b40974254a389141 (patch)
tree12affa1c2a39bf58f0a1720a76c1dfa0dc246b90 /configure.ac
parent951afda5088f202eead14e3ae281f234b160af0b (diff)
downloadcrosstool-ng-da76ae3ea3ba523223fe61b3b40974254a389141.tar.gz
crosstool-ng-da76ae3ea3ba523223fe61b3b40974254a389141.tar.bz2
crosstool-ng-da76ae3ea3ba523223fe61b3b40974254a389141.zip
Add DTC as a companion tool
(needed for cross-gdb targeting the moxie-* targets) Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 979e131d..3f8e9549 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,6 +217,9 @@ CTNG_PROG_VERSION([M4],
AC_SUBST([kconfig_options])
+AC_CHECK_PROGS([dtc], [dtc])
+CTNG_SET_KCONFIG_OPTION([dtc])
+
AC_CHECK_PROGS([cvs], [cvs])
CTNG_SET_KCONFIG_OPTION([cvs])