Skip to content

Commit

Permalink
Add armeb-*-freebsd* to the list of known architectures. This is like
Browse files Browse the repository at this point in the history
arm-*-freebsd*, except it defaults to big endian builds instead of
little endian builds.
  • Loading branch information
bsdimp committed Apr 14, 2010
1 parent 2dc4852 commit 146461a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/binutils/bfd/config.bfd
Expand Up @@ -221,6 +221,10 @@ case "${targ}" in
targ_defvec=bfd_elf32_littlearm_vec
targ_selvecs=bfd_elf32_bigarm_vec
;;
armeb-*-freebsd*)
targ_defvec=bfd_elf32_bigarm_vec
targ_selvecs=bfd_elf32_littlearm_vec
;;
arm-*-elf | arm-*-freebsd* | arm*-*-linux-gnu* | arm*-*-conix* | \
arm*-*-uclinux* | arm-*-kfreebsd*-gnu | arm-*-vxworks)
targ_defvec=bfd_elf32_littlearm_vec
Expand Down

0 comments on commit 146461a

Please sign in to comment.