From 472bb4190377fb9c3107aebc146004a1a86a7d80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Sep 2007 13:30:55 +0000 Subject: 2007-09-04 Joel Sherrill * 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. --- tools/build/ChangeLog | 6 ++++++ tools/build/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'tools/build') diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog index 825deff0ad..8913304bff 100644 --- a/tools/build/ChangeLog +++ b/tools/build/ChangeLog @@ -1,3 +1,9 @@ +2007-09-04 Joel Sherrill + + * 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 * configure.ac: New BUG-REPORT address. diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index 8f62d33302..571066850d 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -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 -- cgit v1.2.3