]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - aiccu/patches/0005-binutils-gold.patch
aiccu: Drop package
[people/arne_f/ipfire-3.x.git] / aiccu / patches / 0005-binutils-gold.patch
diff --git a/aiccu/patches/0005-binutils-gold.patch b/aiccu/patches/0005-binutils-gold.patch
deleted file mode 100644 (file)
index f2561a2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From 431ff599307eec2e9fa5eaf52cece9094bac05fa Mon Sep 17 00:00:00 2001
-From: Reinier Haasjes <reinier@haasjes.com>
-Date: Fri, 17 Aug 2012 11:29:39 +0200
-Subject: [PATCH 05/10] binutils gold
-
-Make aiccu compile with ld.gold
-
-Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
----
- 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
--- 
-1.8.1
-