[toolchain] move all arch fixups from Install to Prepare stage, so that fixed headers...
[openwrt-10.03/.git] / package / kexec-tools / patches / 0002-Use-separate-LDFLAGS-for-bin-to-hex.patch
1 From 072159b1f4aca88f7d99259fe2bd14a6653ede52 Mon Sep 17 00:00:00 2001
2 From: Jeremy Kerr <jk@ozlabs.org>
3 Date: Wed, 19 Mar 2008 17:20:39 +1100
4 Subject: [PATCH] Use separate LDFLAGS for bin-to-hex
5
6 We don't need the general -L and -l flags for the bin-to-hex util.
7
8 Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
9 ---
10  util/Makefile |    1 +
11  1 files changed, 1 insertions(+), 0 deletions(-)
12
13 diff --git a/util/Makefile b/util/Makefile
14 index 89732a1..11d82fd 100644
15 --- a/util/Makefile
16 +++ b/util/Makefile
17 @@ -6,6 +6,7 @@ $(BIN_TO_HEX): $(srcdir)/util/bin-to-hex.c
18  
19  $(BIN_TO_HEX): CC=$(BUILD_CC)
20  $(BIN_TO_HEX): CFLAGS=$(BUILD_CFLAGS)
21 +$(BIN_TO_HEX): LDFLAGS=
22  
23  dist += util/Makefile util/bin-to-hex.c
24  clean += util/bin-to-hex.o $(BIN_TO_HEX)
25 -- 
26 1.5.0.rc4.g85b1
27