diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-28 18:56:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-28 18:56:11 +0000 |
commit | 17505c5cfa9b784633a212f56076576317140ecc (patch) | |
tree | bc26826d81e92cdfa1ea2de3ff1b6b91f3a26894 /bfd/config.bfd | |
parent | 77343c58f9a67ff5a644d6ecc1eb8ef5ba87f45a (diff) | |
download | gdb-17505c5cfa9b784633a212f56076576317140ecc.zip gdb-17505c5cfa9b784633a212f56076576317140ecc.tar.gz gdb-17505c5cfa9b784633a212f56076576317140ecc.tar.bz2 |
Add WinCE support.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index dc66517..b1acbc1 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -98,6 +98,12 @@ case "${targ}" in targ_selvecs="arm_epoc_pe_little_vec arm_epoc_pe_big_vec arm_epoc_pei_little_vec arm_epoc_pei_big_vec" targ_underscore=no ;; + arm-wince-pe | arm-*-wince) + targ_defvec=armpe_little_vec + targ_selvecs="armpe_little_vec armpe_big_vec armpei_little_vec armpei_big_vec" + targ_underscore=no + targ_cflags=-DARM_WINCE + ;; arm-*-pe*) targ_defvec=armpe_little_vec targ_selvecs="armpe_little_vec armpe_big_vec armpei_little_vec armpei_big_vec" @@ -530,6 +536,11 @@ case "${targ}" in targ_defvec=aout_mips_little_vec targ_cflags=-DSTAT_FOR_EXEC ;; + mips*-*-pe*) + targ_defvec=mipslpe_vec + targ_selvecs="mipslpei_vec mipslpei_vec ecoff_little_vec ecoff_big_vec" + targ_underscore=yes + ;; mips*-*-sysv4*) targ_defvec=bfd_elf32_bigmips_vec targ_selvecs="bfd_elf32_littlemips_vec ecoff_big_vec ecoff_little_vec" @@ -623,6 +634,11 @@ case "${targ}" in targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec" targ_underscore=yes ;; + sh-*-pe) + targ_defvec=shlpe_vec + targ_selvecs="shlpe_vec shlpei_vec" + targ_underscore=yes + ;; sh-*-* | sh-*-rtems*) targ_defvec=shcoff_vec targ_selvecs="shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec" |