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>.
This commit is contained in:
Ulrich Drepper 1998-05-29 10:25:23 +00:00
parent 66715f834c
commit e7a95dc622
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
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>.
1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu>
* glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending

View File

@ -62,5 +62,7 @@ include ../Rules
CFLAGS-fts.c = -Wno-uninitialized
CFLAGS-ftw.c = -Wno-uninitialized
ifeq ($(cross-compiling),no)
tests: $(objpfx)ftwtest
$(SHELL) -e ftwtest-sh $(common-objpfx) $<
endif

View File

@ -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