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 | 36f9366bb1dbf254976938927dc1e3d263fba853 (patch) | |
tree | f06f35b8a4a07709259e7782e9b98e79c75ab157 /=Maketools | |
parent | d4d27bab35f471b8a50d9d21247799734570f1fb (diff) |
(libc): Reverst last change; ld bug.
Diffstat (limited to '=Maketools')
-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 |