Hi,
Attached patch turns "80: build tree relpaths" (deplibs-ident.at) from
FAIL to XFAIL for hppa64-hpux.
While hppa-hpux (32bit) is explicitly mentioned to PASS this test,
hppa64-hpux should not match there and be treated like others instead.
Thanks!
/haubi/
diff --git a/tests/deplibs-ident.at b/tests/deplibs-ident.at
index 5758311..8a7d438 100644
--- a/tests/deplibs-ident.at
+++ b/tests/deplibs-ident.at
@@ -67,6 +67,7 @@ int main() { return a1() + a2() + a3() + c(); }
[0],[stdout],[ignore])
AT_CHECK([$EGREP 'cee.*cee' stdout], 1, [ignore], [ignore])
AT_XFAIL_IF([case $host in
+ hppa64*-*-hpux*):;;
*-*-aix*|hppa*-*-hpux*|*-*-interix*|*-*-openbsd*) false;;
*):;;
esac])