2007-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: Add bin2c so we can have a more reliable way to convert
	binary files to objects. If they are in C, we can use the correct CPU
	CFLAGS and they will link easier.
This commit is contained in:
Joel Sherrill
2007-09-04 13:30:55 +00:00
parent 9bd037492a
commit 472bb41903
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2007-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add bin2c so we can have a more reliable way to convert
binary files to objects. If they are in C, we can use the correct CPU
CFLAGS and they will link easier.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -4,7 +4,7 @@
ACLOCAL_AMFLAGS = -I ../../aclocal
bin_PROGRAMS = cklength eolstrip packhex unhex
bin_PROGRAMS = cklength eolstrip packhex unhex bin2c
noinst_PROGRAMS = binpatch
@@ -13,6 +13,7 @@ eolstrip_SOURCES = eolstrip.c
packhex_SOURCES = packhex.c
unhex_SOURCES = unhex.c
binpatch_SOURCES = binpatch.c
bin2c_SOURCES = bin2c.c
bin_SCRIPTS = install-if-change