]> git.sur5r.net Git - u-boot/blobdiff - tools/buildman/builderthread.py
tools: buildman: Remove duplicated code
[u-boot] / tools / buildman / builderthread.py
index c4fe21953214f7d9e4f022c6a8686188afe72660..8974351225ce6ace5f6082901da3bdd005681118 100644 (file)
@@ -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 = []