Update.
authorAndreas Jaeger <aj@suse.de>
Mon, 12 Feb 2001 14:23:41 +0000 (14:23 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 12 Feb 2001 14:23:41 +0000 (14:23 +0000)
2001-02-12  Andreas Jaeger  <aj@suse.de>

* posix/Makefile (tests): Don't run bug-regex2 when
cross-compiling.

* libio/Makefile (tests): Don't run test-freopen when
cross-compiling.

* manual/stdio.texi (Streams and I18N): Fix typos.

ChangeLog
libio/Makefile
posix/Makefile

index 80dbd5d..5cd285f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-02-12  Andreas Jaeger  <aj@suse.de>
+
+       * posix/Makefile (tests): Don't run bug-regex2 when
+       cross-compiling.
+
+       * libio/Makefile (tests): Don't run test-freopen when
+       cross-compiling.
+
+       * manual/stdio.texi (Streams and I18N): Fix typos.
+
 2001-02-12  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/i386/fpu/libm-test-ulps: Adjust for errors in y0l.
index 80d84e5..e07fbc3 100644 (file)
@@ -97,7 +97,9 @@ distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh
 
 include ../Rules
 
+ifeq (no,$(cross-compiling))
 tests: $(objpfx)test-freopen.out
+endif
 
 $(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen
        $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)'         \
index 8b70b62..73e78d4 100644 (file)
@@ -137,7 +137,11 @@ endif
 
 # Run a test on the header files we use.
 # XXX Please note that for now we ignore the result of this test.
-tests: $(objpfx)annexc.out $(objpfx)bug-regex2-mem
+tests: $(objpfx)annexc.out
+ifeq (no,$(cross-compiling))
+tests:$(objpfx)bug-regex2-mem
+endif
+
 $(objpfx)annexc.out: $(objpfx)annexc
        -$(dir $<)$(notdir $<) '$(CC)' \
                               '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $@