diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2013-04-30 17:19:38 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2013-04-30 17:19:38 +0000 |
commit | 5220199df0e9cb61b3d6742cefc1b9176f8c8472 (patch) | |
tree | 02075e1b6575383d334a6cfb643af85dda42c5e5 /ld/testsuite/lib | |
parent | ee83b8a6c7891a9874af95d57ea0feaeb8aef5fa (diff) | |
download | gdb-5220199df0e9cb61b3d6742cefc1b9176f8c8472.zip gdb-5220199df0e9cb61b3d6742cefc1b9176f8c8472.tar.gz gdb-5220199df0e9cb61b3d6742cefc1b9176f8c8472.tar.bz2 |
* lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as
a negative pattern instead of cris*-*-*.
Diffstat (limited to 'ld/testsuite/lib')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 4b88093..081f1d9 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -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-*-*] |