From: Daniel Reed Date: Thu, 12 Aug 2004 03:34:50 +0000 (+0000) Subject: * tests/demo-nopic.test: Do not run on x86_64 or s390* X-Git-Tag: release-1-5-10~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=631f48e6a56f700a92fceae267275b36a7b4ebc5;p=thirdparty%2Flibtool.git * tests/demo-nopic.test: Do not run on x86_64 or s390* --- diff --git a/ChangeLog b/ChangeLog index 1ebf254eb..863517eb9 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-07 Peter O'Gorman * configure.ac: Bumped version to 1.5.9a. diff --git a/tests/demo-nopic.test b/tests/demo-nopic.test index ffd6cbed6..b0e273423 100755 --- a/tests/demo-nopic.test +++ b/tests/demo-nopic.test @@ -13,8 +13,8 @@ fi # This doesn't work on hppa HOST=`../config.guess` case "$HOST" in -hppa*) - echo "Not running on hppa, it doesn't like non-PIC shared libs" 2>&1 +hppa*|x86_64*|s390*) + echo "Not running on $HOST, it doesn't like non-PIC shared libs" 2>&1 exit 77 esac