aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2010-09-02 22:54:44 +0000
committerRichard Henderson <rth@redhat.com>2010-09-02 22:54:44 +0000
commitc518ddd883441751e093e29f37702057d8d9f930 (patch)
tree878f0c930876138f02269c79d8ff9a3748db32b2 /ld
parent080db4e0b0411a957d7d0323ec0ac777f4c639c7 (diff)
downloadgdb-c518ddd883441751e093e29f37702057d8d9f930.zip
gdb-c518ddd883441751e093e29f37702057d8d9f930.tar.gz
gdb-c518ddd883441751e093e29f37702057d8d9f930.tar.bz2
Select 32-bit pei for 64-bit pei configurations.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt3
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c3a1d1c..43858f4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 9bbb702..61ab940 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -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 ;;