Tom, Krzysztof, Ahmed, thank you!<br><br>Updating the <a href="http://configure.ac">configure.ac</a> script in projects/sample/autoconf and running ./autoconf/AutoRegen.sh have fixed my trouble. In error, I updated autoconf/<a href="http://configure.ac">configure.ac</a> instead projects/sample/autoconf/<a href="http://configure.ac">configure.ac</a>. What difference between these scripts?<br>
<br><div class="gmail_quote">2013/2/1 Ahmed Bougacha <span dir="ltr"><<a href="mailto:ahmed.bougacha@gmail.com" target="_blank">ahmed.bougacha@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Fri, Feb 1, 2013 at 4:01 PM, Tom Stellard <<a href="mailto:tom@stellard.net">tom@stellard.net</a>> wrote:<br>
> On Fri, Feb 01, 2013 at 04:43:59PM +0200, Vadim Khoptynets wrote:<br>
>> Hello everyone!<br>
>><br>
>> I've started to implement a ColdFire backend, but there are some troubles<br>
>> during configuring:<br>
>><br>
>> $ ../llvm/configure --enable-targets=x86,x86_64,coldfire<br>
>> ...<br>
>> ...<br>
>> ...<br>
>> checking whether byte ordering is bigendian... no<br>
>> configure: error: Unrecognized target coldfire<br>
>> configure: error: ../../../llvm/projects/sample/configure failed for<br>
>> projects/sample<br>
>><br>
>> I've added ColdFire to :<br>
>> 1) TARGETS_TO_BUILD variable<br>
>> 2) 'case "$a_target" in'<br>
>> 3) 'case "$llvm_cv_target_arch" in'<br>
>> 4) 'case $target in'<br>
>> 5) to 'case $host in'<br>
>><br>
>>   but it looks like more changes are needed.<br>
>><br>
>> Could someone, please, advise me?<br>
>><br>
><br>
> Did you also update the <a href="http://configure.ac" target="_blank">configure.ac</a> script in projects/sample/autoconf ?<br>
<br>
</div></div>llvm-build is used when ./configure-ing, right? Because when using<br>
CMake, I also had to add the target to the subdirectory list in<br>
lib/Target/LLVMBuild.txt.<br>
<br>
By the way, this is the only problem I encountered with out-of-tree<br>
targets: you can't just clone a target in lib/Target (or even<br>
projects/) and get going, you also have to add it to LLVMBuild.txt. Or<br>
maybe I missed something?<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Ahmed Bougacha<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Vadim.<br>