* tests/demo-nopic.test: Do not run on x86_64 or s390*

This commit is contained in:
Daniel Reed 2004-08-12 03:36:30 +00:00 committed by Peter O'Gorman
parent d38ff22181
commit 1a3f08204f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-08-11 Daniel Reed <djr@redhat.com>
* tests/demo-nopic.test: Do not run on x86_64 or s390*
2004-08-05 Gary V. Vaughan <gary@gnu.org>
* bootstrap: Remove `-f Makefile.am' now that we have an actual

View File

@ -28,8 +28,8 @@ fi
. $srcdir/defs || exit 1
case "$host" in
hppa*)
func_skip "HPPA doesn't like non-PIC shared libs"
hppa*|x86_64*|s390*)
func_skip "$host doesn't like non-PIC shared libs"
;;
esac