* lib/ld-lib.exp (check_shared_lib_support): Also exclude

mips*-*-elf.
This commit is contained in:
Maciej W. Rozycki 2013-05-01 17:22:03 +00:00
parent b4d040b158
commit 23c80bf47b
2 changed files with 6 additions and 0 deletions

View 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

View 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-*-*]