llvm2.9: remove X86 from LLVM_TARGETS_TO_BUILD
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 26 Apr 2013 17:28:52 +0000 (19:28 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:29:43 +0000 (08:29 -0800)
commit9f04de173bc9ef52ef2a1d2f68b715cb37056ef8
treeb3480b61656729843a5581cac39e070b379d970c
parent5b557a22740ca7714d73cfa242e29363e3053f4a
llvm2.9: remove X86 from LLVM_TARGETS_TO_BUILD

* when building for qemux86* it tries to build X86 twice and fails with:
  | CMake Error at lib/Target/CMakeLists.txt:24 (add_subdirectory):
  |   The binary directory
  |
  |     /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/build/lib/Target/X86
  |
  |   is already used to build a source directory.  It cannot be used to build
  |   source directory
  |
  |     /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/lib/Target/X86
  |
  |   Specify a unique binary directory name.

(From meta-openembedded rev: 5399efdc66504060282cf0cfd47f79eba3981861)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb