summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/host.cfg.in4
2 files changed, 9 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 14abaa691d..5e68585ec0 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1532/testing
+ * host.cfg.in: Add initial tests for untar capabilities.
+
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/bare.cfg: Remove (Abandoned).
diff --git a/make/host.cfg.in b/make/host.cfg.in
index 6fbe0276c4..8b91eccdee 100644
--- a/make/host.cfg.in
+++ b/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