Skip to content
Snippets Groups Projects
Commit 038f2d36 authored by Christian Dietrich's avatar Christian Dietrich
Browse files

toolchain: do not reference toolchain from new_build_env.py

parent e97c0fdf
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,6 @@ def main():
# Don't think too much about it
options = eval(str(options))
toolchain_file = "%(REPODIR)s/toolchain/%(ARCH)s.cmake" % {"ARCH": conf.arch.self,
"REPODIR": base_dir}
logging.info("Toolchain File: %s", toolchain_file)
config.check_constraints(config.constraints, conf)
if options["CLEAN"]:
......@@ -87,7 +84,6 @@ def main():
fd.write(pprint.pformat(cmdline_config))
subprocess.call(["cmake", "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
'-DCMAKE_TOOLCHAIN_FILE=%s' % toolchain_file,
"-DCMAKE_BUILD_TYPE=Release",
"-G", generator_dict[conf.generator],
"-DFAIL_TRACE_ALL=%s" % options["FAIL_TRACE_ALL"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment