[PATCH] bfd arm config for freebsd

Andreas Tobler andreast-list@fgznet.ch
Wed May 7 20:56:00 GMT 2014


On 07.05.14 11:39, Richard Earnshaw wrote:
> 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.

Thank you. I hope I did my commit right, it's the first with this tool.

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