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 2019/07/15 07:15:35 UTC

[mynewt-core] 02/02: compiler/sim; update FreeBSD compiler to gcc8.

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

commit 8205bc6f3f72ed23d8ac87bb423398a62d437d19
Author: Marko Kiiskila <ma...@apache.org>
AuthorDate: Thu Jul 11 18:52:24 2019 +0300

    compiler/sim; update FreeBSD compiler to gcc8.
---
 compiler/sim/compiler.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/sim/compiler.yml b/compiler/sim/compiler.yml
index 01f6c69..8572dc6 100644
--- a/compiler/sim/compiler.yml
+++ b/compiler/sim/compiler.yml
@@ -47,7 +47,7 @@ compiler.path.objcopy.DARWIN.OVERWRITE: "gobjcopy"
 compiler.flags.base.DARWIN: [-DMN_OSX, -Wno-missing-braces]
 compiler.ld.resolve_circular_deps.DARWIN.OVERWRITE: false
 
-compiler.path.cc.FREEBSD.OVERWRITE: "gcc7"
-compiler.path.as.FREEBSD.OVERWRITE: "gcc7"
+compiler.path.cc.FREEBSD.OVERWRITE: "gcc8"
+compiler.path.as.FREEBSD.OVERWRITE: "gcc8"
 compiler.flags.base.FREEBSD: [-DMN_FreeBSD, -D_WITH_DPRINTF]
 compiler.ld.flags.FREEBSD.OVERWRITE: [-L/usr/lib32, -B/usr/lib32, -lutil]