From: Daniel Reed Date: Thu, 12 Aug 2004 03:36:30 +0000 (+0000) Subject: * tests/demo-nopic.test: Do not run on x86_64 or s390* X-Git-Tag: release-1-9b~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3f08204fe5f452520275056c4da8eb0ee36b2f;p=thirdparty%2Flibtool.git * tests/demo-nopic.test: Do not run on x86_64 or s390* --- diff --git a/ChangeLog b/ChangeLog index 3af018c35..f1cf018b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-11 Daniel Reed + + * tests/demo-nopic.test: Do not run on x86_64 or s390* + 2004-08-05 Gary V. Vaughan * bootstrap: Remove `-f Makefile.am' now that we have an actual diff --git a/tests/demo-nopic.test b/tests/demo-nopic.test index 85bcf269b..6b1d1dbcf 100755 --- a/tests/demo-nopic.test +++ b/tests/demo-nopic.test @@ -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