]> git.ipfire.org Git - people/stevee/aiccu.git/commitdiff
binutils gold
authorReinier Haasjes <reinier@haasjes.com>
Fri, 17 Aug 2012 09:29:39 +0000 (11:29 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 26 Aug 2015 18:21:10 +0000 (18:21 +0000)
Make aiccu compile with ld.gold

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
unix-console/Makefile

index f746cac474e0904eff182ca0ffea1c25f578232e..5db5337859af94f6d6a44efddcab067f030c96fb 100755 (executable)
@@ -144,7 +144,7 @@ endif
 all: aiccu
 
 aiccu: $(OBJS) ${SRCS} ${INCS}
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
+       $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
 
 clean:
        $(RM) -f $(OBJS) aiccu