summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-11-03 19:11:16 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-11-03 19:11:16 +0000
commit90a79b6fef204a7b0118a1368f9406aa3c775b37 (patch)
tree94b861d8b84299a07cd68248f2188bc7ee8680c1 /Makeconf
parentb4657e6633cbfa2d5595fef9d48b0b47d6fe8f25 (diff)
Formerly Makeconf.~3~
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