Date: Wed, 1 Aug 2018 13:21:26 -0700 From: John Baldwin <jhb@FreeBSD.org> To: Mark Millard <marklmi@yahoo.com>, FreeBSD Ports <freebsd-ports@freebsd.org> Cc: Warner Losh <imp@freebsd.org> Subject: Re: /usr/ports/devel/powerpc64-gcc/Makefile : armv7 too vs. only armv6 and aarch64 for CXXFLAGS=-fbracket-depth=512 ? Message-ID: <0ee4636e-8753-da55-825b-99ca574c7d0a@FreeBSD.org> In-Reply-To: <9487557F-8A7B-43F2-AD24-EC68C4516D80@yahoo.com> References: <9487557F-8A7B-43F2-AD24-EC68C4516D80@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0ee4636e-8753-da55-825b-99ca574c7d0a>