summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-05-02 22:41:40 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-05-02 22:41:40 +0200
commit506fa1a73eab0c6426f68cd7784c6712898b88f3 (patch)
tree3c04d5900a70a026f98a0f20349fd33fde0e4162 /tools
parent6384c7d7aa85d1e593eca30cda48f6677b023cb0 (diff)
downloadbird-506fa1a73eab0c6426f68cd7784c6712898b88f3.tar
bird-506fa1a73eab0c6426f68cd7784c6712898b88f3.zip
Merge several fixes suggested by Joakim Tjernlund.
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