diff options
author | Nick Clifton <nickc@redhat.com> | 2006-08-22 11:50:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-08-22 11:50:33 +0000 |
commit | 57da97f58cd03bfd891f5f904876c65cb1f37e4b (patch) | |
tree | 1584d34c5b0f1f4d40282648f9dfc357638d84c0 /ld/configure.tgt | |
parent | dc0b6aa05a3bb1de236f5cf81cfe1dab70bec879 (diff) | |
download | gdb-57da97f58cd03bfd891f5f904876c65cb1f37e4b.zip gdb-57da97f58cd03bfd891f5f904876c65cb1f37e4b.tar.gz gdb-57da97f58cd03bfd891f5f904876c65cb1f37e4b.tar.bz2 |
* configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index ea8d07c..81ad816 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -37,7 +37,7 @@ alpha*-*-openbsd*) targ_emul=elf64alpha arc-*-elf*) targ_emul=arcelf ;; arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; -arm-*-wince) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; +arm-wince-pe | arm-*-wince) targ_emul=arm_wince_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; arm-*-pe) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; arm-*-aout | armel-*-aout) targ_emul=armaoutl ;; armeb-*-aout) targ_emul=armaoutb ;; |