mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
15 lines
350 B
Plaintext
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
|
|
|