]> 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>
Fri, 23 Jan 2004 06:03:32 +0000 (06:03 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 23 Jan 2004 06:03:32 +0000 (06:03 +0000)
non-PIC shared libraries.

ChangeLog
tests/demo-nopic.test

index 500675fe85b06d14dd7c75245d6711883bd26999..aa0e0eba06c9dd0e950469d5a59a0c846f4961db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-23  Scott James Remnant  <scott@netsplit.com>
+
+       * tests/demo-nopic.test: Skip test on hppa, which don't like
+       non-PIC shared libraries.
+
 2004-01-23  Scott James Remnant  <scott@netsplit.com>
 
        * m4/libtool.m4  (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [linux]: Include
index f2a4fa6623779835e609b539a46bbab32ce2d592..ffd6cbed6563553ff73e686064e2c1df6a22f076 100755 (executable)
@@ -10,6 +10,14 @@ if test -z "$srcdir"; then
 fi
 . $srcdir/defs || exit 1
 
+# 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
+        exit 77
+esac
+
 # Maybe we have a VPATH build, in which case, create a new subdir.
 test -d ../demo || mkdir ../demo