Repository: incubator-mynewt-core Updated Branches: refs/heads/0_10_0_dev d97034df8 -> ec41e6bfb
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/ec41e6bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ec41e6bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ec41e6bf Branch: refs/heads/0_10_0_dev Commit: ec41e6bfb8dffcdf2d574dae3114ad12b171ff32 Parents: f9020a0 Author: Christopher Collins <[email protected]> Authored: Thu Jul 28 12:49:22 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Thu Jul 28 12:51:00 2016 -0700 ---------------------------------------------------------------------- compiler/sim/compiler.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ec41e6bf/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: >
