summaryrefslogtreecommitdiff
path: root/string/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-29 10:25:23 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-29 10:25:23 +0000
commite7a95dc622058b3e8cb90263c51e96ae04abfe71 (patch)
treefe5fffc1e388d10d205f4995d857dcb4b31e3c87 /string/Makefile
parent66715f834cb1f2f5c3742e94f73bd630ea4b14eb (diff)
Update.
1998-05-29 Ulrich Drepper <drepper@cygnus.com> * io/Makefile: Don't run ftwtest-sh if cross-compiling. * string/Makefile: Don't run test on tst/svc.out if cross-compiling. Reported by Deborah Wallach <kerr@pa.dec.com>.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile
index e766429c52..eda9242ab7 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -55,5 +55,7 @@ CFLAGS-noinl-tester.c = -fno-builtin
CFLAGS-tst-strlen.c = -fno-builtin
CFLAGS-stratcliff.c = -fno-builtin
+ifeq ($(cross-compiling),no)
tests: $(objpfx)tst-svc.out
cmp tst-svc.expect $(objpfx)tst-svc.out
+endif