summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-11 20:50:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-11 20:50:24 +0000
commit90b1d258ef06a8cde345862050a26ccca5c4216a (patch)
treefdbe627331bb7ecb7a430382794e4e6d74797e83
parentceff0270e5de70b9d1233b9849e1cfc2060ce6bf (diff)
Formerly Makeconf.~16~
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 86c535e6..c951510f 100644
--- a/Makeconf
+++ b/Makeconf
@@ -41,7 +41,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS))
define link
$(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \
-$^ $(libthreads) $(libc) -lgcc
+$^ $(EXTRALIBS) $(libthreads) $(libc) -lgcc
endef
# Making a snapshot