Lines Matching refs:cross
9 for cross-compiling your code to a different architecture. It assumes you
17 `instructions for cross-compiling LLVM itself
21 related to cross-compilation, and what main compiler options Clang provides
22 for performing cross-compilation.
33 On the other hand, Clang/LLVM is natively a cross-compiler, meaning that
40 But, as is true to any cross-compiler, and given the complexity of
56 true when your cross-compiler was installed by the distribution's package
131 There are three main options to control access to your cross-compiler:
136 There are two main ways to have a cross-compiler:
138 #. When you have extracted your cross-compiler from a zip file into
148 distributions have cross-compiler packages available), make
150 cross-compiler toolchain.
165 cross-compiled to your target, and your build system will probably
170 So, if the build system is not aware that you want to cross-compile
175 as for your host machine. There aren't many cross-libraries available
176 as packages to most OS's, so you'll have to either cross-compile them
191 When you want to cross-compile to more than one configuration, for