From e7a95dc622058b3e8cb90263c51e96ae04abfe71 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 29 May 1998 10:25:23 +0000 Subject: Update. 1998-05-29 Ulrich Drepper * 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 . --- string/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'string') 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 -- cgit v1.2.3