mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
Add x86_64-mingw64 target
This commit is contained in:
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user