Date: Tue, 10 Jan 2017 20:21:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215948] head -r311147 (e.g.) for powerpc/powerpc64: clang does not support -Wa,-many and apparently does not need it. Message-ID: <bug-215948-8-T8JC2S4hxY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215948-8@https.bugs.freebsd.org/bugzilla/> References: <bug-215948-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215948 --- Comment #1 from Mark Millard <markmi@dsl-only.net> --- Created attachment 178727 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178727&action= =3Dedit Avoid using -Wa,-many for clang for powerpc family An alternate would be use of: CFLAGS.gcc+=3D -msoft-float -Wa,-many CFLAGS.clang+=3D -msoft-float without the conditional logic, presuming such is supported for the context. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215948-8-T8JC2S4hxY>