diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-21 19:13:24 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-21 19:13:24 +0000 |
commit | 87c15b53561786b2af782042bb77c5aaefecc5c9 (patch) | |
tree | 24b942330793554c5f371800f003b2539cd7b008 /package/kexec/kexec-tools-003-build-util-using-host-gcc.patch | |
parent | 8c1dd5d2c0b9d32e635382ed4f5177f0a50297ce (diff) | |
download | buildroot-novena-87c15b53561786b2af782042bb77c5aaefecc5c9.tar.gz buildroot-novena-87c15b53561786b2af782042bb77c5aaefecc5c9.zip |
kexec: bump version and convert to Makefile.autotools.in format
Diffstat (limited to 'package/kexec/kexec-tools-003-build-util-using-host-gcc.patch')
-rw-r--r-- | package/kexec/kexec-tools-003-build-util-using-host-gcc.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/kexec/kexec-tools-003-build-util-using-host-gcc.patch b/package/kexec/kexec-tools-003-build-util-using-host-gcc.patch deleted file mode 100644 index d2090d40f..000000000 --- a/package/kexec/kexec-tools-003-build-util-using-host-gcc.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -urN kexec-tools-1.101-0rig/util/Makefile kexec-tools-1.101/util/Makefile ---- kexec-tools-1.101-0rig/util/Makefile 2004-12-16 22:08:21.000000000 +0100 -+++ kexec-tools-1.101/util/Makefile 2007-07-24 16:32:48.000000000 +0200 -@@ -1,4 +1,4 @@ - BIN_TO_HEX:= $(OBJDIR)/bin/bin-to-hex - $(BIN_TO_HEX): util/bin-to-hex.c - mkdir -p $(@D) -- $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@ -+ $(HOSTCC) $(HOST_CFLAGS) $< -o $@ -diff -urN kexec-tools-1.101-0rig/util/Makefile~ kexec-tools-1.101/util/Makefile~ ---- kexec-tools-1.101-0rig/util/Makefile~ 1970-01-01 01:00:00.000000000 +0100 -+++ kexec-tools-1.101/util/Makefile~ 2004-12-16 22:08:21.000000000 +0100 -@@ -0,0 +1,4 @@ -+BIN_TO_HEX:= $(OBJDIR)/bin/bin-to-hex -+$(BIN_TO_HEX): util/bin-to-hex.c -+ mkdir -p $(@D) -+ $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@ |