From owner-freebsd-ports@freebsd.org Wed Aug 1 20:35:26 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F09E31068962 for ; Wed, 1 Aug 2018 20:35:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A717D869E5; Wed, 1 Aug 2018 20:35:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id B423310AFD2; Wed, 1 Aug 2018 16:35:24 -0400 (EDT) Subject: Re: /usr/ports/devel/powerpc64-gcc/Makefile : armv7 too vs. only armv6 and aarch64 for CXXFLAGS=-fbracket-depth=512 ? To: Mark Millard , FreeBSD Ports References: <9487557F-8A7B-43F2-AD24-EC68C4516D80@yahoo.com> Cc: Warner Losh From: John Baldwin Message-ID: <0ee4636e-8753-da55-825b-99ca574c7d0a@FreeBSD.org> Date: Wed, 1 Aug 2018 13:21:26 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <9487557F-8A7B-43F2-AD24-EC68C4516D80@yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Wed, 01 Aug 2018 16:35:25 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 20:35:26 -0000 On 7/28/18 1:24 PM, Mark Millard wrote: > Is armv7 really distinct from armv6 and aarch64 for the below? > > .if ${TARGETARCH} == "armv6" || ${TARGETARCH} == "aarch64" > . if ${COMPILER_TYPE} == clang > MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 > . endif > .endif > > (Not that I expect that this is tied to what I've been trying > to figure out about lack of installing into staging.) I'm not sure why that change is needed, but I also suspect it is needed for armv7 and was just missed. Currently there isn't a arm-gcc port for an external toolchain GCC for 32-bit arm anyway. -- John Baldwin