Re: /usr/ports/devel/powerpc64-gcc/Makefile : armv7 too vs. only armv6 and aarch64 for CXXFLAGS=-fbracket-depth=512 ?

2018-08-01 Thread John Baldwin
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

/usr/ports/devel/powerpc64-gcc/Makefile : armv7 too vs. only armv6 and aarch64 for CXXFLAGS=-fbracket-depth=512 ?

2018-07-28 Thread Mark Millard via freebsd-ports
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