summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 0645c7f1..444484bd 100644
--- a/Makeconf
+++ b/Makeconf
@@ -165,7 +165,7 @@ $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc)
# -lg avoids "No input files" error.
link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),$(strip \
$(startup) $(OBJS) -\( $(HURDLIBS-files) $(OTHERLIBS) -\))) \
- $(libc) -lg
+ $(libc) $(ccdir)/libgcc.a -lg
empty =
comma = ,
endif