This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] bfd arm config for freebsd


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
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]