* lib/ld-lib.exp (check_shared_lib_support): Also exclude
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 1 May 2013 17:22:03 +0000 (17:22 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Wed, 1 May 2013 17:22:03 +0000 (17:22 +0000)
mips*-*-elf.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index f6da31f..664b33e 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/ld-lib.exp (check_shared_lib_support): Also exclude
+       mips*-*-elf.
+
 2013-04-30  Hans-Peter Nilsson  <hp@axis.com>
 
        * lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as
index 081f1d9..ffbfd8b 100644 (file)
@@ -1587,6 +1587,7 @@ proc check_shared_lib_support { } {
         && ![istarget mcore*-*-*]
         && ![istarget mep-*-*]
         && ![istarget microblaze-*-*]
+        && ![istarget mips*-*-elf]
         && ![istarget mn10200-*-*]
         && ![istarget moxie-*-*]
         && ![istarget msp430-*-*]