Is system-clang 9.0.1 supposed to implicitly try to use
/usr/local/bin/as ? It does for this context . . .
Note the -fno-integrated-as use in the later quoted log material.
I'll also note that an experiment via -### shows that system-clang
9.0.1 then uses a command like (from a very simple examp
I attempted to build some ports in a 32-bit powerpc
context (via poudriere) and graphics/mesa-libs ended
up being included. The mesa-libs build failed with:
u_atomic.c:38:1: error: cannot redeclare builtin function
'__sync_add_and_fetch_8'
__sync_add_and_fetch_8(uint64_t *ptr, uint64_t val)
^
u_
Context: ports at -r520539. Clang-based FreeBSD.
pqg.c:345:16: error: result of comparison of constant 18446744073709551615 with
expression of type 'unsigned long' is always true
[-Werror,-Wtautological-constant-out-of-range-compare]
if (addend < MP_DIGIT_MAX) {
~~ ^