From owner-freebsd-arm@freebsd.org Sat Feb 6 22:49:16 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 269A7AA0586 for ; Sat, 6 Feb 2016 22:49:16 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9029F1 for ; Sat, 6 Feb 2016 22:49:15 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk0-x234.google.com with SMTP id x1so47325129qkc.1 for ; Sat, 06 Feb 2016 14:49:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=hWZfpO879zg+7QYrYKbG8wCzsNdEb7iyZtDYfq39p9E=; b=uCI2doKsMmYEYCxeMpjyeaYep+r4KxJ32dJerf6Tp4oOHwKZo1y63jalgpMGq4QOc6 3HhSauu5yMw5nwPMrf9f+2DSD054reLo8L/zrTFIUE/LUQXf6/z2KFrtJz+mXhkVkx9e RAfGcbDEeT4lInRNY1FhtgVP+nupJOqnLUNR9C6m9kHEpRxxHge1accqqeFxLNm/C5Ci rZiOmjXQupaK9So//GvprrRCLUJjsz1dR5LjyJQYu6U1uqoRUZR07K8l1GjPVLsWoUS0 9qJh6bZEgUmNQW8YEh7Ko/KoKBRRvmLBT12fimwa1k4i+WNfLykAgjhHfRFv3sHt+hZC 9g7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=hWZfpO879zg+7QYrYKbG8wCzsNdEb7iyZtDYfq39p9E=; b=SMrV/0MT86cdIzFMA8I9YspnvPudQb0A1o955yF0CGlE3CJp5fyOTsVmEsudV4tNl5 oDq46ECowYRqL3jfLJjE5PkwjMPklZfbVS/GMHOi1n7q/Qpy1j444Z1sDX6NLBfnPmDW UrzaCbCW/6GnlchthkUC2UK73VmzZQXVfYhpraMVhqjoNaESfFhlU0IEohkGwnU3K15t BlY+JnDsylHzJ+l1DA2oteTD0JGrM0S2tCW7C7mlhlGKEWq4f8TiB/66LoREsOJYnVaI Ldq2IyDmkZCitVihHWow6n6ujQJ44W+b+E/pi2rlIDjPx6gL+OceVclBQM/fgrTFISGs Kg7A== X-Gm-Message-State: AG10YOQah1fmTgFeZI3lHYHCOqHGglMd1DxtYWmZVbjem5RnvsH3SyVHkvVyqAi93mXLSQYumS2bAkJIuPmUuw== MIME-Version: 1.0 X-Received: by 10.55.212.28 with SMTP id l28mr2229380qki.93.1454798954901; Sat, 06 Feb 2016 14:49:14 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.30.166 with HTTP; Sat, 6 Feb 2016 14:49:14 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: <20160207050149.39f7e280@X220.alogt.com> References: <20160207050149.39f7e280@X220.alogt.com> Date: Sat, 6 Feb 2016 15:49:14 -0700 X-Google-Sender-Auth: X_1sJ4KWiu1iuR90pc53O8_Yt0Q Message-ID: Subject: Re: clang++: error: the clang compiler does not support '-march=native' From: Warner Losh To: Erich Dollansky Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 22:49:16 -0000 On Sat, Feb 6, 2016 at 2:01 PM, Erich Dollansky wrote: > 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? > As far as I can tell, it has never worked for either gcc or clang. Warner