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
commit36f9366bb1dbf254976938927dc1e3d263fba853 (patch)
treef06f35b8a4a07709259e7782e9b98e79c75ab157
parentd4d27bab35f471b8a50d9d21247799734570f1fb (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