diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 20:24:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 20:24:24 +0000 |
commit | 016ee155fd89390b278e38ba41b150e60ed4928b (patch) | |
tree | c365c1b3e3bbac5418b9bc5bb0782244f160ad0e /=Maketools | |
parent | 0cbb481f3c31a306d1df4944a4668780258b8bde (diff) |
(libc): Provide definition that uses the linker search algorithm to
get shared libraries if appropriate.
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 := $(crossdir)/lib/libc.a +libc := -L$(crossdir)/lib -lc crossheaders := $(crossdir)/include INSTALL = install -c |