From 57da97f58cd03bfd891f5f904876c65cb1f37e4b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 22 Aug 2006 11:50:33 +0000 Subject: [PATCH] * configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets. --- ld/ChangeLog | 7 +++++-- ld/configure.tgt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 42cfec7..e8f5901 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -8,10 +8,13 @@ 2006-08-22 Pedro Alves + * configure.tgt: Set targ_emul to arm_wince_pe for ARM + Windows CE targets. + +2006-08-22 Pedro Alves + * Makefile.am: Split arm-wince into its own emulation. * Makefile.in: Regenerate. - * configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows - CE targets. * pe-dll.c : Define PE_ARCH_arm_wince. (pe_detail_list): Add PE_ARCH_arm_wince case. (make_one): Handle PE_ARCH_arm_epoc and PE_ARCH_arm_wince cases. 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 ;; -- 2.7.4