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
commitdcf3729d4851bda21d40e58c8e44e8eae12479da (patch)
tree388b095e6e2a3605ed6fb4c18b91ec87dbe62f77
parent31b60b577e2480adae0fd3630d86232c996f6f1d (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