summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-19 17:06:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-19 17:06:31 +0000
commit23d552cc5539d06ece416da68797994a6c3f76a7 (patch)
tree5f7f1c67c0aff223b907603747c6837592acc6e3 /Makeconf
parent7093ec1902294c710306d445ea79c78c27abba5b (diff)
Formerly Makeconf.~62~
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 0acb3c5d..609d8311 100644
--- a/Makeconf
+++ b/Makeconf
@@ -163,7 +163,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) -lgcc -lg -v
+ $(libc) -lg
empty =
comma = ,
endif