mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
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>.
This commit is contained in:
parent
66715f834c
commit
e7a95dc622
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user