Displaying 1 result from an estimated 1 matches for "cc_host".
Did you mean:
fc_host
2014 Mar 19
2
[LLVMdev] Build process ignores BUILD_CC?
Hi,
I am still struggling to cross-compile LLVM (using trunk).
My cross compiler builds code that cannot be run on the
build host. Thus, I need to make use of BUILD_CC/CXX during
configuration.
My current setup is (heavily boiled down):
../configure CC=cc_cross CXX=cxx_cross BUILD_CC=cc_host
BUILD_CXX=cxx_host (plus other flag stuff)
The configuration runs fine. However, when calling 'make' it
would construct the BuildTools in a way that doesn't pick
up the host compilers:
make
llvm[0]: Constructing LLVMBuild project information.
Looking into BuildTools/config.log I see...