* binutils-all/ar.exp: Don't run unique_symbol on msp or hpux.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / ar.exp
index ab1afdcb92808faa67ddc97a12d48b5fb8a6bf21..4b8a2dabad56a3d8a25b6fc7184056ea73f03992 100644 (file)
@@ -446,6 +446,8 @@ thin_archive
 thin_archive_with_nested
 argument_parsing
 deterministic_archive
-if [is_elf_format] {
+if { [is_elf_format]
+     && ![istarget "*-*-hpux*"]
+     && ![istarget "msp*-*-*"] } {
     unique_symbol
 }
This page took 0.031329 seconds and 4 git commands to generate.