Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5F75C200C68 for ; Wed, 29 Mar 2017 03:07:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5E163160B89; Wed, 29 Mar 2017 01:07:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A5EF7160B9C for ; Wed, 29 Mar 2017 03:07:08 +0200 (CEST) Received: (qmail 796 invoked by uid 500); 29 Mar 2017 01:07:07 -0000 Mailing-List: contact commits-help@mynewt.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mynewt.incubator.apache.org Delivered-To: mailing list commits@mynewt.incubator.apache.org Received: (qmail 787 invoked by uid 99); 29 Mar 2017 01:07:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2017 01:07:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7B0AE1A7AA6 for ; Wed, 29 Mar 2017 01:07:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bNgHNiQ-vAfx for ; Wed, 29 Mar 2017 01:07:06 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8B3065FACA for ; Wed, 29 Mar 2017 01:07:05 +0000 (UTC) Received: (qmail 460 invoked by uid 99); 29 Mar 2017 01:07:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2017 01:07:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8977FDFFD8; Wed, 29 Mar 2017 01:07:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ccollins@apache.org To: commits@mynewt.incubator.apache.org Date: Wed, 29 Mar 2017 01:07:08 -0000 Message-Id: In-Reply-To: <5c8ff3d388da40649d49bcf70ce80f33@git.apache.org> References: <5c8ff3d388da40649d49bcf70ce80f33@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/17] incubator-mynewt-core git commit: sim compiler: add -lm flag. archived-at: Wed, 29 Mar 2017 01:07:09 -0000 sim compiler: add -lm flag. 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/03fa8659 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/03fa8659 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/03fa8659 Branch: refs/heads/develop Commit: 03fa86591eac0c82a8e8489b79d301fb2383efee Parents: 03650bc Author: Christopher Collins Authored: Wed Mar 8 19:37:54 2017 -0800 Committer: Christopher Collins Committed: Tue Mar 28 16:58:41 2017 -0700 ---------------------------------------------------------------------- compiler/sim/compiler.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/03fa8659/compiler/sim/compiler.yml ---------------------------------------------------------------------- diff --git a/compiler/sim/compiler.yml b/compiler/sim/compiler.yml index 5e5e7e5..a2e619f 100644 --- a/compiler/sim/compiler.yml +++ b/compiler/sim/compiler.yml @@ -34,6 +34,7 @@ compiler.flags.debug: [compiler.flags.base, -O0] compiler.as.flags: [-x, assembler-with-cpp] compiler.ld.mapfile: false compiler.ld.binfile: false +compiler.ld.flags: -lm # Linux. compiler.flags.base.LINUX: >