2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1532/testing
	* host.cfg.in: Add initial tests for untar capabilities. This required
	BIN2C.
This commit is contained in:
Joel Sherrill
2010-07-27 18:18:29 +00:00
parent 3264dfc518
commit 0043fd756c
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
* host.cfg.in: Add initial tests for untar capabilities. This required
BIN2C.
2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.inc.in, bsp.cfg.in, configure.ac, target.cfg.in:

View File

@@ -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