[LLVMdev] configure with new target

Vadim Khoptynets vadya.poiuj at gmail.com
Fri Feb 1 06:43:59 PST 2013


Hello everyone!

I've started to implement a ColdFire backend, but there are some troubles
during configuring:

$ ../llvm/configure --enable-targets=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 scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130201/41563c30/attachment.html>


More information about the llvm-dev mailing list