diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 23:15:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 23:15:07 +0000 |
commit | d55af1437b99d90f912f994c01cdf14ce14357c3 (patch) | |
tree | d5624c043e4077841f56d5c07f55e4a6dd44c74a | |
parent | 016ee155fd89390b278e38ba41b150e60ed4928b (diff) |
(libc): Reverst last change; ld bug.
-rw-r--r-- | =Maketools | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |