Files
bsdports/_unused/bird/files/patch-x-tools-Rules.in
2019-12-26 07:26:06 +00:00

15 lines
350 B
Plaintext

--- ./tools/Rules.in.orig 2016-04-29 11:13:23.000000000 +0200
+++ ./tools/Rules.in 2016-08-08 00:32:20.707281000 +0200
@@ -66,10 +66,8 @@
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