From 3264dfc518fb83f2b11527f1d791d3c722d697fa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Jul 2010 18:18:16 +0000 Subject: 2010-07-27 Joel Sherrill PR 1532/testing * host.cfg.in: Add initial tests for untar capabilities. --- make/host.cfg.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make/host.cfg.in') 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 -- cgit v1.2.3