From d6e6ee0202f8705a30b10b53eb259a2d62ece466 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 Jul 2001 20:40:53 +0000 Subject: Use uClibc's ldd, not the system one which is probably broken anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik --- test/Rules.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Rules.mak') diff --git a/test/Rules.mak b/test/Rules.mak index 63a8b2b95..aba4f38c0 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -17,6 +17,7 @@ NATIVE_ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' \ CC = ../$(TESTDIR)extra/gcc-uClibc/$(NATIVE_ARCH)-uclibc-gcc HOST_CC = gcc STRIPTOOL=strip +LDD = ../$(TESTDIR)ldso/util/ldd # Check if 'ls -sh' works or not -- cgit v1.2.3