From 87c15b53561786b2af782042bb77c5aaefecc5c9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 21 Feb 2009 19:13:24 +0000 Subject: kexec: bump version and convert to Makefile.autotools.in format --- .../kexec-tools-003-build-util-using-host-gcc.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 package/kexec/kexec-tools-003-build-util-using-host-gcc.patch (limited to 'package/kexec/kexec-tools-003-build-util-using-host-gcc.patch') 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 $@ -- cgit v1.2.3