mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 10:42:22 +08:00
Select 32-bit pei for 64-bit pei configurations.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2010-09-02 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* configure.tgt (x86_64-*-mingw*): Add 32-bit pe emulations too.
|
||||
|
||||
2010-08-31 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* ldlex.l (WILDCHAR): Add the caret and exclamation point
|
||||
|
@ -275,7 +275,8 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
|
||||
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
|
||||
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
x86_64-*-mingw*) targ_emul=i386pep ;
|
||||
targ_extra_ofiles="deffilep.o pep-dll.o" ;;
|
||||
targ_extra_emuls=i386pe
|
||||
targ_extra_ofiles="deffilep.o pep-dll.o pe-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