mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user