summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-06 20:24:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-06 20:24:24 +0000
commit016ee155fd89390b278e38ba41b150e60ed4928b (patch)
treec365c1b3e3bbac5418b9bc5bb0782244f160ad0e
parent0cbb481f3c31a306d1df4944a4668780258b8bde (diff)
(libc): Provide definition that uses the linker search algorithm to
get shared libraries if appropriate.
-rw-r--r--=Maketools2
1 files changed, 1 insertions, 1 deletions
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