Lines Matching full:cross
37 # On Linux and MacOS you may need to explicitly indicate the cross toolchain
40 # - using --cross-bindir to specify the path to the cross-compiler bindir:
42 # --cross-bindir=/path/to/cross/compiler buildworld -DWITH_FOO TARGET=foo
44 # - using --cross-toolchain to specify the package containing the cross-compiler
47 # --cross-toolchain=llvm@NN buildworld -DWITH_FOO TARGET=foo
51 # use it as the cross toolchain if an explicit toolchain is not specified.
174 varname + " or pass --cross-bindir=/cross/compiler/dir/bin" +
175 " or --cross-toolchain=<package>")
243 parser.add_argument("--cross-bindir", default=None,
247 parser.add_argument("--cross-compiler-type", choices=("clang", "gcc"),
249 help="Compiler type to find in --cross-bindir (only "
252 parser.add_argument("--cross-toolchain", default=None,