summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-06 23:15:07 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-06 23:15:07 +0000
commitd55af1437b99d90f912f994c01cdf14ce14357c3 (patch)
treed5624c043e4077841f56d5c07f55e4a6dd44c74a
parent016ee155fd89390b278e38ba41b150e60ed4928b (diff)
(libc): Reverst last change; ld bug.
-rw-r--r--=Maketools2
1 files changed, 1 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index db4ed7b4..6a81ad0e 100644
--- a/=Maketools
+++ b/=Maketools
@@ -42,7 +42,7 @@ RANLIB=$(tooldir)/ranlib
LD=$(tooldir)/ld -L$(ccdir)
startup := $(crossdir)/lib/crt0.o
-libc := -L$(crossdir)/lib -lc
+libc := $(crossdir)/lib/libc.a
crossheaders := $(crossdir)/include
INSTALL = install -c