* lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as

a negative pattern instead of cris*-*-*.
This commit is contained in:
Hans-Peter Nilsson 2013-04-30 17:19:38 +00:00
parent ee83b8a6c7
commit 5220199df0
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

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