From 431ff599307eec2e9fa5eaf52cece9094bac05fa Mon Sep 17 00:00:00 2001 From: Reinier Haasjes Date: Fri, 17 Aug 2012 11:29:39 +0200 Subject: [PATCH] binutils gold Make aiccu compile with ld.gold Signed-off-by: Stefan Schantl --- unix-console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix-console/Makefile b/unix-console/Makefile index f746cac..5db5337 100755 --- a/unix-console/Makefile +++ b/unix-console/Makefile @@ -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 -- 2.47.3