From 506fa1a73eab0c6426f68cd7784c6712898b88f3 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 2 May 2010 22:41:40 +0200 Subject: Merge several fixes suggested by Joakim Tjernlund. --- tools/Rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3