diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-08 19:33:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-08 19:33:00 +0000 |
commit | 8f74f19a1b103378cae78876ed47253b8e2ea56f (patch) | |
tree | bf4c6575a89e658e30b81d384cf51c6230296d59 | |
parent | 3586564e69fa304f4a51e2affe95c2c8061fb047 (diff) |
(link-objects): Mention libgcc.a explicitly here.
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |