]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/demo-nopic.test: Do not run on x86_64 or s390*
authorDaniel Reed <djr@redhat.com>
Thu, 12 Aug 2004 03:36:30 +0000 (03:36 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 12 Aug 2004 03:36:30 +0000 (03:36 +0000)
ChangeLog
tests/demo-nopic.test

index 3af018c359da7862a78acb3845eee3af26f324f2..f1cf018b3108fa0a5f3ec5d2c2fb8bfca32c11cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 85bcf269b3137ffb9d543060823f825189a98c8d..6b1d1dbcf7faf9a67ab9b9d4737e41fe3c31c204 100755 (executable)
@@ -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