Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b255dc392 -> cbffc3930
Sim compiler - don't generate .bin file. This file is unnecessary for sim targets, and the user's machine may not have [g]objcopy installed. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/cbffc393 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/cbffc393 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/cbffc393 Branch: refs/heads/develop Commit: cbffc39303e3c09732964d0ae4fa53e8ce3a82c0 Parents: b255dc3 Author: Christopher Collins <[email protected]> Authored: Thu Jul 28 12:49:22 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Thu Jul 28 12:49:22 2016 -0700 ---------------------------------------------------------------------- compiler/sim/compiler.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/cbffc393/compiler/sim/compiler.yml ---------------------------------------------------------------------- diff --git a/compiler/sim/compiler.yml b/compiler/sim/compiler.yml index eaeccec..0eba296 100644 --- a/compiler/sim/compiler.yml +++ b/compiler/sim/compiler.yml @@ -31,6 +31,7 @@ compiler.ld.resolve_circular_deps: true compiler.flags.default: [compiler.flags.base, -O1] compiler.flags.debug: [compiler.flags.base, -O0] compiler.ld.mapfile: false +compiler.ld.binfile: false # Linux. compiler.flags.base.LINUX: >
