From 016ee155fd89390b278e38ba41b150e60ed4928b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 6 Jul 1995 20:24:24 +0000 Subject: (libc): Provide definition that uses the linker search algorithm to get shared libraries if appropriate. --- =Maketools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/=Maketools b/=Maketools index 6a81ad0e..db4ed7b4 100644 --- a/=Maketools +++ b/=Maketools @@ -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 -- cgit v1.2.3