summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-11-08 19:33:00 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-11-08 19:33:00 +0000
commit8f74f19a1b103378cae78876ed47253b8e2ea56f (patch)
treebf4c6575a89e658e30b81d384cf51c6230296d59 /Makeconf
parent3586564e69fa304f4a51e2affe95c2c8061fb047 (diff)
(link-objects): Mention libgcc.a explicitly here.
Diffstat (limited to 'Makeconf')
-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