summaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-10-29 10:09:27 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-10-29 10:09:27 +0000
commit5fa5dee4440eb5e7bf4221ebac5c2a5b4b1e7bcf (patch)
treec8f395480acdc0dcf6dcb054edb9d912ebf964cf /ld/configure.tgt
parent82a525c4041d7cd9444c1ac7e508b3d15a13780a (diff)
downloadbinutils-redhat-5fa5dee4440eb5e7bf4221ebac5c2a5b4b1e7bcf.tar.gz
binutils/
* dlltool.c (INIT_SEC_DATA): Move. (secdata <DLLTOOL_PPC>): Use here too. binutils/testsuite/ * binutils-all/copy-3.d: Exclude all cygwin and mingw targets, and rs6000. gas/ * config/tc-ppc.c (ppc_znop): Remove unused vars. ld/ * configure.tgt (powerpcle-pe,winnt,cygwin): Add deffilep.o and pe-dll.o.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 8d4c3490d2..0e62b52ab2 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -559,9 +559,9 @@ powerpcle-*-nto*) targ_emul=elf32lppcnto ;;
powerpc-*-rtems*) targ_emul=elf32ppc ;;
powerpc-*-macos*) targ_emul=ppcmacos ;;
powerpc-*-netware*) targ_emul=ppcnw ;;
-powerpcle-*-pe) targ_emul=ppcpe ;;
-powerpcle-*-winnt*) targ_emul=ppcpe ;;
-powerpcle-*-cygwin*) targ_emul=ppcpe ;;
+powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin*)
+ targ_emul=ppcpe
+ targ_extra_ofiles="deffilep.o pe-dll.o" ;;
powerpc-*-aix[5-9]*) targ_emul=aix5ppc ;;
powerpc-*-aix*) targ_emul=aixppc ;;
powerpc-*-beos*) targ_emul=aixppc ;;