Add x86_64-mingw64 target
This commit is contained in:
parent
a8bbe5b03e
commit
99ad839030
78 changed files with 3806 additions and 157 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue