summaryrefslogtreecommitdiff
path: root/net/bird/files/patch-tools-Rules.in
blob: 2b08b297d996be06a47260c293607b0064cc1251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- tools/Rules.in.orig	2016-04-29 09:13:23 UTC
+++ tools/Rules.in
@@ -66,10 +66,8 @@ else
 subdir: all.o
 
 all.o: $(objs)
-#       $(LD) -r -o $@ $^
-#	Changed to $(CC) because $(LD) has problems with crosscompiling
 	@echo LD -r -o $@ $^
-	@$(CC) -nostdlib -r -o $@ $^
+	$(LD) -r -o $@ $^
 
 endif