From owner-freebsd-arm@freebsd.org Sat Feb 6 21:53:10 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CFDEAA0B6E for ; Sat, 6 Feb 2016 21:53:10 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4C09359 for ; Sat, 6 Feb 2016 21:53:09 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Subject:To:From:Date; bh=PeEDfXrHmhTqaN0D4mGd+supVQBnL4sPR0TtaytgC90=; b=hwrs LKv+2yXXsu3yAlb5XPFXg5TzZOTcjJHyDcDokpHt1l9lTzVcFkEHe7pdUZX7w96CzqxZyZXHUIiqM ntv/yV9jOFdBycsTmrTwPtY7X6gWecfmr2Vxp3Iu6w/zcFOJH5Uqyfiok5wxM1asS8qjdwUYuxcMK HyDcvQWoHjofo=; Received: from [114.124.33.49] (port=16793 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aS9zQ-004Gh0-Jf for freebsd-arm@freebsd.org; Sat, 06 Feb 2016 14:02:02 -0700 Date: Sun, 7 Feb 2016 05:01:49 +0800 From: Erich Dollansky To: "freebsd-arm@freebsd.org" Subject: clang++: error: the clang compiler does not support '-march=native' Message-ID: <20160207050149.39f7e280@X220.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 21:53:10 -0000 Hi, compiling on a Raspberry Pi B 2 on FreeBSD 11 gives me above's error message. A Internet search shows that this message does not exist. The program compiles using the same make file on FreeBSD 10 both on x86 and an Raspberry Pi B using the default compilers. Did support for 'march' get removed? Erich