mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* lib/ld-lib.exp (check_shared_lib_support): Also exclude
mips*-*-elf.
This commit is contained in:
parent
b4d040b158
commit
23c80bf47b
@ -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
|
||||
|
@ -1587,6 +1587,7 @@ proc check_shared_lib_support { } {
|
||||
&& ![istarget mcore*-*-*]
|
||||
&& ![istarget mep-*-*]
|
||||
&& ![istarget microblaze-*-*]
|
||||
&& ![istarget mips*-*-elf]
|
||||
&& ![istarget mn10200-*-*]
|
||||
&& ![istarget moxie-*-*]
|
||||
&& ![istarget msp430-*-*]
|
||||
|
Loading…
Reference in New Issue
Block a user