This is an automated email from the ASF dual-hosted git repository.

marko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c76785  Use clang as compiler for FreeBSD native sim.
1c76785 is described below

commit 1c7678501fafb18231def96b6205d74dd42542e7
Author: Marko Kiiskila <ma...@apache.org>
AuthorDate: Mon Nov 30 16:43:19 2020 +0200

    Use clang as compiler for FreeBSD native sim.
---
 compiler/sim/compiler.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/sim/compiler.yml b/compiler/sim/compiler.yml
index 8a72d63..52675f7 100644
--- a/compiler/sim/compiler.yml
+++ b/compiler/sim/compiler.yml
@@ -48,7 +48,7 @@ compiler.flags.base.DARWIN: [-DMN_OSX, -Wno-missing-braces]
 compiler.ld.flags.DARWIN.OVERWRITE: -lm -Wl,-dead_strip
 compiler.ld.resolve_circular_deps.DARWIN.OVERWRITE: false
 
-compiler.path.cc.FREEBSD.OVERWRITE: "gcc8"
-compiler.path.as.FREEBSD.OVERWRITE: "gcc8"
+compiler.path.cc.FREEBSD.OVERWRITE: "cc"
+compiler.path.as.FREEBSD.OVERWRITE: "cc"
 compiler.flags.base.FREEBSD: [-DMN_FreeBSD, -D_WITH_DPRINTF]
-compiler.ld.flags.FREEBSD.OVERWRITE: [-L/usr/lib32, -B/usr/lib32, -lutil]
+compiler.ld.flags.FREEBSD: [-L/usr/lib32, -B/usr/lib32, -lutil]

Reply via email to