* lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as
a negative pattern instead of cris*-*-*.
This commit is contained in:
parent
ee83b8a6c7
commit
5220199df0
@ -1,3 +1,8 @@
|
||||
2013-04-30 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as
|
||||
a negative pattern instead of cris*-*-*.
|
||||
|
||||
2013-04-30 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* ld-arm/arm-elf.exp: Use linker script for IFUNC test 17.
|
||||
|
@ -1565,7 +1565,7 @@ proc check_shared_lib_support { } {
|
||||
&& ![istarget arm*-*-elf]
|
||||
&& ![istarget avr-*-*]
|
||||
&& ![istarget cr16-*-*]
|
||||
&& ![istarget cris*-*-*]
|
||||
&& ![istarget cris*-*-elf]
|
||||
&& ![istarget crx-*-*]
|
||||
&& ![istarget d10v-*-*]
|
||||
&& ![istarget d30v-*-*]
|
||||
|
Loading…
x
Reference in New Issue
Block a user