Lines Matching refs:compiler
27 compiler of their choice. One should use this recipe if their compiler can
30 compiler and the libc build tools for the host first, and then use them to
42 In the *standalone crossbuild* recipe, the system compiler or a custom compiler
47 keep in mind is that the compiler used should be capable of building for the
60 $> C_COMPILER=<C compiler> # For example "clang"
61 $> CXX_COMPILER=<C++ compiler> # For example "clang++"
98 In this recipe, the clang compiler is built automatically before building
109 $> C_COMPILER=<C compiler> # For example "clang"
110 $> CXX_COMPILER=<C++ compiler> # For example "clang++"