diff options
author | Nick Clifton <nickc@redhat.com> | 2007-01-08 17:21:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-01-08 17:21:50 +0000 |
commit | 42037fe5bbb1bc401de372fca49768eeef2c21dc (patch) | |
tree | 8cf3daeabc86ea33e51a586928fd693df91393bd /ld/testsuite/ld-scripts/provide.exp | |
parent | f9967789c6c7c657c099ff6526640d1cc2c36032 (diff) | |
download | gdb-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.exp | 2 |
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" } |