diff options
Diffstat (limited to 'ld/testsuite/ld-shared/shared.exp')
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index 07fc881..ebb2237 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -111,8 +111,8 @@ if [istarget arm*-*-linux*] { # the linker doesn't support when compiling -shared without -fpic. The # test to find out whether we want to XFAIL the non-PIC tests requires # a compile - so we pre-calculate it here. We also note that this can - # only affect arm*-*-*eabi targets as the old ABI doesn't support v7. - if [istarget arm*-*-*eabi] { + # only affect arm*-*-*eabi* targets as the old ABI doesn't support v7. + if [istarget arm*-*-*eabi*] { set file [open $tmpdir/movw-detect.c w] puts $file "void foo(void) { __asm (\"movw r0, #0\"); }" close $file |