aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/provide.exp
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-08 17:21:50 +0000
committerNick Clifton <nickc@redhat.com>2007-01-08 17:21:50 +0000
commit42037fe5bbb1bc401de372fca49768eeef2c21dc (patch)
tree8cf3daeabc86ea33e51a586928fd693df91393bd /ld/testsuite/ld-scripts/provide.exp
parentf9967789c6c7c657c099ff6526640d1cc2c36032 (diff)
downloadgdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.zip
gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.gz
gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.bz2
Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
Diffstat (limited to 'ld/testsuite/ld-scripts/provide.exp')
-rw-r--r--ld/testsuite/ld-scripts/provide.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/provide.exp b/ld/testsuite/ld-scripts/provide.exp
index 7d755a0..4691597 100644
--- a/ld/testsuite/ld-scripts/provide.exp
+++ b/ld/testsuite/ld-scripts/provide.exp
@@ -31,7 +31,7 @@ if {[istarget "rs6000-*-aix*"] || [is_aout_format]} {
global LDFLAGS
set saved_LDFLAGS "$LDFLAGS"
-if [istarget "*-*-mingw64*"] then {
+if [istarget "x86_64-*-mingw*"] then {
set LDFLAGS "$LDFLAGS --image-base 0"
}