Lines Matching defs:bindir
38 # --cross-bindir to specify the path to the cross-compiler bindir:
40 # --cross-bindir=/path/to/cross/compiler buildworld -DWITH_FOO TARGET=foo
156 def check_required_make_env_var(varname, binary_name, bindir):
160 if not bindir:
162 varname + " or pass --cross-bindir=/cross/compiler/dir/bin")
164 guess = os.path.join(bindir, binary_name)
205 parser.add_argument("--host-bindir",
209 parser.add_argument("--cross-bindir", default=None,
215 help="Compiler type to find in --cross-bindir (only "
220 help="Compiler type to find in --host-bindir (only "
261 # clang-cpp-9, etc. Would alleviate the need to set the bindir on