From 99ad839030c1177eb409a99320fa7e60226f0db3 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 20 Sep 2006 11:35:11 +0000 Subject: Add x86_64-mingw64 target --- gas/configure.tgt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas/configure.tgt') diff --git a/gas/configure.tgt b/gas/configure.tgt index e7c7e23..c79d2b2 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -79,7 +79,7 @@ case ${cpu} in strongarm*b) cpu_type=arm endian=big ;; strongarm*) cpu_type=arm endian=little ;; v850*) cpu_type=v850 ;; - x86_64) cpu_type=i386 arch=x86_64;; + x86_64*) cpu_type=i386 arch=x86_64;; xscale*be|xscale*b) cpu_type=arm endian=big ;; xscale*) cpu_type=arm endian=little ;; xtensa*) cpu_type=xtensa arch=xtensa ;; @@ -212,6 +212,7 @@ case ${generic_target} in i386-*-cygwin*) fmt=coff em=pe ;; i386-*-interix*) fmt=coff em=interix ;; i386-*-mingw32*) fmt=coff em=pe ;; + i386-*-mingw64*) fmt=coff em=pep ;; i386-*-nto-qnx*) fmt=elf ;; i386-*-*nt*) fmt=coff em=pe ;; i386-*-chaos) fmt=elf ;; -- cgit v1.1