https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215948
--- Comment #1 from Mark Millard <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
