Add x86_64-mingw64 target
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 24137fdb561f9fa02044bc922edef8d5d970070c..c5f3be3ab939a6990fca4a59848e7c3c3e0825d1 100644 (file)
@@ -219,6 +219,8 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
                        test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
 i[3-7]86-*-mingw32*)   targ_emul=i386pe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+x86_64-*-mingw64*)     targ_emul=i386pep ;
+                       targ_extra_ofiles="deffilep.o pep-dll.o" ;;
 i[3-7]86-*-interix*)   targ_emul=i386pe_posix;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 i[3-7]86-*-beospe*)    targ_emul=i386beos ;;
This page took 0.023594 seconds and 4 git commands to generate.