aboutsummaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 7ec1779f..ae95e242 100644
--- a/Makeconf
+++ b/Makeconf
@@ -31,5 +31,5 @@ endef
define link-with-threads
$(CC) -nostdlib -e__start $(ldflags) -o $@ $(CFLAGS) $(startup) \
-$^ $(libthreads) $(libc) -lgcc $(libc)
+$^ $(libthreads) $(libc) -lgcc
endef