提交 0cb62113 编写于 作者: L lanyang 提交者: mysterywolf

[tools/link-orger]Sort objects before generate building target to get same...

[tools/link-orger]Sort objects before generate building target to get same link-order/map files/BIN files from the same source files.
上级 24bf4ad2
......@@ -778,6 +778,7 @@ def DoBuilding(target, objects):
for group in Projects:
local_group(group, objects)
objects = sorted(objects)
program = Env.Program(target, objects)
EndBuilding(target, program)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册