Update to enable clang cross compile#1180
Update to enable clang cross compile#1180Bacon-O wants to merge 1 commit intoFrogging-Family:masterfrom
Conversation
In customation added _llvm_target_arch="" Configure prepare to read _llvm_target_arch Default/blank --> no change "x86_64-linux-gnu" --> enables cross compiling for x86_64-linux-gnu
|
Hey! So, from what I am understanding, the What else do you need to edit for cross compiling to work with |
I was looking at this a while ago and yes there was more I had to set. I was cross compiling X86 on ARM64. It was a finicky environment I had to setup. This is on my todo list to revisit so when I do will update what else is needed. |
clang-cross-compile
In customation added _llvm_target_arch=""
Configure prepare to read _llvm_target_arch
blank --> no change/default
"x86_64-linux-gnu" --> enables cross compiling for x86_64-linux-gnu