[Bug 215948] head -r311147 (e.g.) for powerpc/powerpc64: clang does not support -Wa,-many and apparently does not need it.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 10 20:21:13 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215948

--- Comment #1 from Mark Millard <markmi at dsl-only.net> ---
Created attachment 178727
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178727&action=edit
Avoid using -Wa,-many for clang for powerpc family

An alternate would be use of:

CFLAGS.gcc+= -msoft-float -Wa,-many
CFLAGS.clang+= -msoft-float

without the conditional logic, presuming such
is supported for the context.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list