From 8f74f19a1b103378cae78876ed47253b8e2ea56f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Nov 1994 19:33:00 +0000 Subject: (link-objects): Mention libgcc.a explicitly here. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') 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 -- cgit v1.2.3