]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - aiccu/patches/0005-binutils-gold.patch
aiccu: Import various patches
[people/amarx/ipfire-3.x.git] / aiccu / patches / 0005-binutils-gold.patch
1 From 431ff599307eec2e9fa5eaf52cece9094bac05fa Mon Sep 17 00:00:00 2001
2 From: Reinier Haasjes <reinier@haasjes.com>
3 Date: Fri, 17 Aug 2012 11:29:39 +0200
4 Subject: [PATCH 05/10] binutils gold
5
6 Make aiccu compile with ld.gold
7
8 Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
9 ---
10 unix-console/Makefile | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/unix-console/Makefile b/unix-console/Makefile
14 index f746cac..5db5337 100755
15 --- a/unix-console/Makefile
16 +++ b/unix-console/Makefile
17 @@ -144,7 +144,7 @@ endif
18 all: aiccu
19
20 aiccu: $(OBJS) ${SRCS} ${INCS}
21 - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
22 + $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
23
24 clean:
25 $(RM) -f $(OBJS) aiccu
26 --
27 1.8.1
28