summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-30 19:34:13 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-30 19:34:13 +0000
commit385915a34eeb04cf5e932ed47e742aabed098b2e (patch)
treec5ac69dae24a48ad9d40bc4f3c99e836a58db0a5
parentdb25ab5d3fa935e4cca58ecd3cbda83c44b91531 (diff)
Formerly Makeconf.~32~
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 4e10b79a..fe846032 100644
--- a/Makeconf
+++ b/Makeconf
@@ -45,7 +45,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS))
# $(link) uses threads to get malloc until the one in the library is fixed.
define link
-$(CC) -v -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \
+$(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \
$(OBJS) $(LIBS) $(libthreads) $(libc) $(libgcc)
endef