diff options
Diffstat (limited to 'ld/testsuite/ld-linkonce/linkonce.exp')
-rw-r--r-- | ld/testsuite/ld-linkonce/linkonce.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-linkonce/linkonce.exp b/ld/testsuite/ld-linkonce/linkonce.exp index 5328734..e8b85ac 100644 --- a/ld/testsuite/ld-linkonce/linkonce.exp +++ b/ld/testsuite/ld-linkonce/linkonce.exp @@ -1,5 +1,5 @@ # Expect script for ld linkonce tests -# Copyright 2001, 2002, 2005, 2007 Free Software Foundation, Inc. +# Copyright 2001, 2002, 2005, 2007, 2010 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # @@ -25,7 +25,7 @@ # have to qualify on ELF specifically in every .d-file. if { ![istarget *-*-linux*] \ - && ![istarget *-*-gnu] \ + && ![istarget *-*-gnu*] \ && ![istarget hppa*64*-*-hpux*] \ && ![istarget *-*-elf] } { return |