From 0be14fe08cd1e2f49719e47325574cd3de49ff38 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 2 Oct 2006 16:53:04 +0000 Subject: * ld-fastcall/fastcall.exp: Add x86_64-pc-mingw64 as valid target. * ld-pe/pe.exp: Likewise. * lib/ld-lib.exp ( is_pecoff_format): Accept x86_64-pc-mingw64. --- ld/testsuite/lib/ld-lib.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/testsuite/lib/ld-lib.exp') diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 566845f..4fbe2af 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -434,7 +434,7 @@ proc is_aout_format {} { # True if the object format is known to be PE COFF. # proc is_pecoff_format {} { - if { ![istarget *-*-mingw32*] \ + if { ![istarget *-*-mingw*] \ && ![istarget *-*-cygwin*] \ && ![istarget *-*-pe*] } { return 0 -- cgit v1.1