Displaying 3 results from an estimated 3 matches for "a_target".
Did you mean:
_target
2013 Feb 01
3
[LLVMdev] configure with new target
...argets=x86,x86_64,coldfire
...
...
...
checking whether byte ordering is bigendian... no
configure: error: Unrecognized target coldfire
configure: error: ../../../llvm/projects/sample/configure failed for
projects/sample
I've added ColdFire to :
1) TARGETS_TO_BUILD variable
2) 'case "$a_target" in'
3) 'case "$llvm_cv_target_arch" in'
4) 'case $target in'
5) to 'case $host in'
but it looks like more changes are needed.
Could someone, please, advise me?
--
Regards,
Vadim.
-------------- next part --------------
An HTML attachment was scrubbe...
2013 Feb 01
0
[LLVMdev] configure with new target
...gt; checking whether byte ordering is bigendian... no
> configure: error: Unrecognized target coldfire
> configure: error: ../../../llvm/projects/sample/configure failed for
> projects/sample
>
> I've added ColdFire to :
> 1) TARGETS_TO_BUILD variable
> 2) 'case "$a_target" in'
> 3) 'case "$llvm_cv_target_arch" in'
> 4) 'case $target in'
> 5) to 'case $host in'
>
> but it looks like more changes are needed.
>
> Could someone, please, advise me?
>
Did you also update the configure.ac script in pr...
2013 Feb 01
1
[LLVMdev] configure with new target
...rdering is bigendian... no
>> configure: error: Unrecognized target coldfire
>> configure: error: ../../../llvm/projects/sample/configure failed for
>> projects/sample
>>
>> I've added ColdFire to :
>> 1) TARGETS_TO_BUILD variable
>> 2) 'case "$a_target" in'
>> 3) 'case "$llvm_cv_target_arch" in'
>> 4) 'case $target in'
>> 5) to 'case $host in'
>>
>> but it looks like more changes are needed.
>>
>> Could someone, please, advise me?
>>
>
> Did you als...