]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/demo-nopic.test: Skip test on hppa, which don't like
authorScott James Remnant <scott@netsplit.com>
Thu, 6 Nov 2003 17:26:24 +0000 (17:26 +0000)
committerScott James Remnant <scott@netsplit.com>
Thu, 6 Nov 2003 17:26:24 +0000 (17:26 +0000)
non-PIC shared libraries.

ChangeLog
tests/demo-nopic.test

index 7e6f9edbaf5358a44db6a60f8888d7bbffe00cd1..104ea5c931373a8d18117394492b65301921c9b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-31  Scott James Remnant  <scott@netsplit.com>
+
+       * tests/demo-nopic.test: Skip test on hppa, which don't like
+       non-PIC shared libraries.
+
 2003-11-06  Charles Wilson  <cwilson@ece.gatech.edu>
 
        * tests/depdemo/configure.ac, tests/mdemo/configure.ac,
index c31e18116e9bdf1c9b0cc45ccdd97ab60c8ace58..85bcf269b3137ffb9d543060823f825189a98c8d 100755 (executable)
@@ -27,6 +27,12 @@ if test -z "$srcdir"; then
 fi
 . $srcdir/defs || exit 1
 
+case "$host" in
+hppa*)
+       func_skip "HPPA doesn't like non-PIC shared libs"
+       ;;
+esac
+
 func_rmprefixdir
 func_cd "demo"
 func_make_distclean