diff options
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
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 |