summaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-05-13 06:43:12 +0000
committerJan Beulich <jbeulich@novell.com>2011-05-13 06:43:12 +0000
commit8e6fd6c8b1d6e124d88ef4099196e36a4b66457d (patch)
tree2a4fc0f35bb0dfa2a21fc3699ec9c3f2c8898096 /ld/configure.tgt
parent37ffc17b499990ece97ce2a9dc7085b1073727c7 (diff)
downloadbinutils-redhat-8e6fd6c8b1d6e124d88ef4099196e36a4b66457d.tar.gz
bfd/
2011-05-13 Jan Beulich <jbeulich@novell.com> * config.bfd: Add targets x86_64-*-pe and x86_64-*-pep. ld/ 2011-05-13 Jan Beulich <jbeulich@novell.com> * configure.tgt: Add targets x86_64-*-pe and x86_64-*-pep.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 7528cb5f3c..53f93953be 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -266,6 +266,9 @@ 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-*-pe | x86_64-*-pep) targ_emul=i386pep ;
+ targ_extra_emuls=i386pe ;
+ targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;
x86_64-*-mingw*) targ_emul=i386pep ;
targ_extra_emuls=i386pe
targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;