]> git.pld-linux.org Git - packages/aiccu.git/blame - 09_binutils_gold.patch
- cleanup
[packages/aiccu.git] / 09_binutils_gold.patch
CommitLineData
3ed092f9
JR
1Make aiccu compile with ld.gold
2
3Index: aiccu-20070115/unix-console/Makefile
4===================================================================
5--- aiccu-20070115.orig/unix-console/Makefile 2011-02-27 17:43:53.872782002 +0000
6+++ aiccu-20070115/unix-console/Makefile 2011-02-27 17:44:23.372782001 +0000
7@@ -150,7 +150,7 @@
8 all: aiccu
9
10 aiccu: $(OBJS) ${SRCS} ${INCS}
11- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
12+ $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
13
14 clean:
15 $(RM) -f $(OBJS) aiccu
This page took 0.05104 seconds and 4 git commands to generate.