[PATCH] bfd arm config for freebsd

Richard Earnshaw rearnsha@arm.com
Wed May 7 09:39:00 GMT 2014


On 04/05/14 22:07, Andreas Tobler wrote:
> Hello all,
> 
> this patch adds a more covering support for arm*-*-freebsd*.
> 
> Ok?
> 

This is fine, thanks.

R.

> Thanks,
> 
> Andreas
> 
> 2014-05-04  Andreas Tobler  <andreast@fgznet.ch>
> 
>         * config.bfd: Add proper arm config for *-*-freebsd*.
> 
> 
> diff --git a/bfd/config.bfd b/bfd/config.bfd
> index 9269c02..8aa22ed 100644
> --- a/bfd/config.bfd
> +++ b/bfd/config.bfd
> @@ -329,7 +329,7 @@ case "${targ}" in
>      targ_defvec=bfd_elf32_littlearm_vec
>      targ_selvecs=bfd_elf32_bigarm_vec
>      ;;
> -  armeb-*-elf | arm*b-*-linux-*)
> +  armeb-*-elf | arm*b-*-freebsd* | arm*b-*-linux-*)
>      targ_defvec=bfd_elf32_bigarm_vec
>      targ_selvecs=bfd_elf32_littlearm_vec
>      ;;
> @@ -337,7 +337,7 @@ case "${targ}" in
>      targ_defvec=bfd_elf32_littlearm_vec
>      targ_selvecs=bfd_elf32_bigarm_vec
>      ;;
> -  arm-*-elf | arm-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
> +  arm-*-elf | arm*-*-freebsd* | arm*-*-linux-* | arm*-*-conix* | \
>    arm*-*-uclinux* | arm-*-kfreebsd*-gnu | \
>    arm*-*-eabi* )
>      targ_defvec=bfd_elf32_littlearm_vec
> 




More information about the Binutils mailing list