summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index 1e589f29..0fe86851 100644
--- a/Makeconf
+++ b/Makeconf
@@ -48,6 +48,7 @@ define link
$(LD) -e __start $(LDFLAGS) -o $@ $(startup) \
$(OBJS) $(LIBS) $(libthreads) $(libc) $(libgcc)
endef
+link = $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
# Mounting $(hurdroot)