You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2015/11/24 23:05:06 UTC

incubator-mynewt-larva git commit: Pass -lutil when compiling sim/luatest for Linux native.

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master c0c77d83e -> 777b25033


Pass -lutil when compiling sim/luatest for Linux native.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/777b2503
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/777b2503
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/777b2503

Branch: refs/heads/master
Commit: 777b25033532db2e0eab819da6e331ae09941780
Parents: c0c77d8
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Nov 24 14:04:18 2015 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Nov 24 14:04:18 2015 -0800

----------------------------------------------------------------------
 compiler/sim/linux-compiler.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/777b2503/compiler/sim/linux-compiler.yml
----------------------------------------------------------------------
diff --git a/compiler/sim/linux-compiler.yml b/compiler/sim/linux-compiler.yml
index 535c81e..d9603ec 100644
--- a/compiler/sim/linux-compiler.yml
+++ b/compiler/sim/linux-compiler.yml
@@ -30,3 +30,4 @@ compiler.flags.debug: [compiler.flags.base, -ggdb -O0]
 
 compiler.ld.mapfile: false
 compiler.ld.resolve_circular_deps: true
+compiler.ld.flags: -lutil