summaryrefslogtreecommitdiff
path: root/tools/buildman
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-10-04 14:33:50 -0700
committersjg <sjg@chromium.org>2016-10-09 09:30:32 -0600
commitf40fa9b36f42794cc8d778eb0e8d26cfb0c40bed (patch)
treea982504665747168da7746c9948fc75b259b2c3c /tools/buildman
parent34c38896357db4aae266b14346927da2cd920de6 (diff)
tools: buildman: Remove duplicated code
Signed-off-by: York Sun <york.sun@nxp.com> CC: Simon Glass <sjg@chromium.org> Fixed commit subject: Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rw-r--r--tools/buildman/builderthread.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py
index c4fe219532..8974351225 100644
--- a/tools/buildman/builderthread.py
+++ b/tools/buildman/builderthread.py
@@ -304,10 +304,6 @@ class BuilderThread(threading.Thread):
print >>fd, 'arch', result.toolchain.arch
fd.write('%s' % result.return_code)
- with open(os.path.join(build_dir, 'toolchain'), 'w') as fd:
- print >>fd, 'gcc', result.toolchain.gcc
- print >>fd, 'path', result.toolchain.path
-
# Write out the image and function size information and an objdump
env = result.toolchain.MakeEnvironment(self.builder.full_path)
lines = []