summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Rules.in b/tools/Rules.in
index 79a15fa..e4598e2 100644
--- a/tools/Rules.in
+++ b/tools/Rules.in
@@ -66,7 +66,7 @@ else
subdir: all.o
all.o: $(objs)
- $(LD) -r -o $@ $^
+ $(CC) -nostdlib -Wl,-r -o $@ $^
endif