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 | dcf3729d4851bda21d40e58c8e44e8eae12479da (patch) | |
tree | 388b095e6e2a3605ed6fb4c18b91ec87dbe62f77 | |
parent | 31b60b577e2480adae0fd3630d86232c996f6f1d (diff) |
(libc): Provide definition that uses the linker search algorithm to
get shared libraries if appropriate.
-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 |