diff options
author | matein4 <matein4@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-20 19:46:45 +0000 |
---|---|---|
committer | matein4 <matein4@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-20 19:46:45 +0000 |
commit | 5f743914319f8cb3a22f17aafb6acfbf49be18b3 (patch) | |
tree | 426271aed35419bcb281de8e2141aadf943dbdf9 /package/kexec-tools/patches/0002-Use-separate-LDFLAGS-for-bin-to-hex.patch | |
parent | f654420911cb81ddde3059deaa9988516eeb9eaf (diff) |
kexec-tools update to version 2.0.0; add support for armeb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools/patches/0002-Use-separate-LDFLAGS-for-bin-to-hex.patch')
-rw-r--r-- | package/kexec-tools/patches/0002-Use-separate-LDFLAGS-for-bin-to-hex.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/kexec-tools/patches/0002-Use-separate-LDFLAGS-for-bin-to-hex.patch b/package/kexec-tools/patches/0002-Use-separate-LDFLAGS-for-bin-to-hex.patch deleted file mode 100644 index f420bab6a..000000000 --- a/package/kexec-tools/patches/0002-Use-separate-LDFLAGS-for-bin-to-hex.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 072159b1f4aca88f7d99259fe2bd14a6653ede52 Mon Sep 17 00:00:00 2001 -From: Jeremy Kerr <jk@ozlabs.org> -Date: Wed, 19 Mar 2008 17:20:39 +1100 -Subject: [PATCH] Use separate LDFLAGS for bin-to-hex - -We don't need the general -L and -l flags for the bin-to-hex util. - -Signed-off-by: Jeremy Kerr <jk@ozlabs.org> ---- - util/Makefile | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/util/Makefile b/util/Makefile -index 89732a1..11d82fd 100644 ---- a/util/Makefile -+++ b/util/Makefile -@@ -6,6 +6,7 @@ $(BIN_TO_HEX): $(srcdir)/util/bin-to-hex.c - - $(BIN_TO_HEX): CC=$(BUILD_CC) - $(BIN_TO_HEX): CFLAGS=$(BUILD_CFLAGS) -+$(BIN_TO_HEX): LDFLAGS= - - dist += util/Makefile util/bin-to-hex.c - clean += util/bin-to-hex.o $(BIN_TO_HEX) --- -1.5.0.rc4.g85b1 - |