summaryrefslogtreecommitdiffstats
path: root/c/src/make/host.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 18:18:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 18:18:29 +0000
commit0043fd756c3e3c882462760512a9a97b2ce24647 (patch)
tree380049c6ac713837900dbc26daf514a1af78a1f1 /c/src/make/host.cfg.in
parent2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0043fd756c3e3c882462760512a9a97b2ce24647.tar.bz2
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing * host.cfg.in: Add initial tests for untar capabilities. This required BIN2C.
Diffstat (limited to 'c/src/make/host.cfg.in')
-rw-r--r--c/src/make/host.cfg.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in
index 6fbe0276c4..8b91eccdee 100644
--- a/c/src/make/host.cfg.in
+++ b/c/src/make/host.cfg.in
@@ -31,6 +31,10 @@ ifndef PACKHEX
PACKHEX=$(PROJECT_BIN)/packhex
endif
+ifndef BIN2C
+BIN2C=$(PROJECT_BIN)/rtems-bin2c
+endif
+
ifndef INSTALL_CHANGE
INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change
endif