diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 02:29:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-17 02:29:08 +0000 |
commit | 13ef85a17b9c6eab7dd53313314be4aee50b0f65 (patch) | |
tree | e041f79a39b970ba4031f211b68e3c69e65364f1 | |
parent | 08a9752c5b56880abc918ea17bc6a740e1b366e2 (diff) |
make sure UCLIBC_LDSO is defined if we are running in a test subdir rather than toplevel
-rw-r--r-- | test/Rules.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index 2591fa523..8f3167c71 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -10,6 +10,10 @@ TESTDIR=$(TOPDIR)test/ -include $(TOPDIR).config +ifndef UCLIBC_LDSO +UCLIBC_LDSO := ld-uClibc.so.0 +endif + #-------------------------------------------------------- # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL:= C |