mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-31 16:10:35 +08:00
* tests/demo-nopic.test: Do not run on x86_64 or s390*
This commit is contained in:
parent
d38ff22181
commit
1a3f08204f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user