]> git.pld-linux.org Git - packages/aiccu.git/blob - 09_binutils_gold.patch
- cleanup
[packages/aiccu.git] / 09_binutils_gold.patch
1 Make aiccu compile with ld.gold
2
3 Index: 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.096149 seconds and 3 git commands to generate.