1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/bird/files/patch-tools-Rules.in
2010-12-27 20:27:11 +00:00

14 lines
321 B
Plaintext

--- tools/Rules.in.orig 2010-10-10 21:48:20.000000000 +0200
+++ tools/Rules.in 2010-12-18 15:00:27.000000000 +0100
@@ -66,9 +66,7 @@
subdir: all.o
all.o: $(objs)
-# $(LD) -r -o $@ $^
-# Changed to $(CC) because $(LD) has problems with crosscompiling
- $(CC) -nostdlib -r -o $@ $^
+ $(LD) -r -o $@ $^
endif