Date: Tue, 10 Jan 2017 20:29:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215947] head -r311147 (e.g.) for powerpc/powerpc64: gcc 4.2.1 requires -mlongcall but clang does not need it (and various versions do not have it) Message-ID: <bug-215947-8-MBNSIDmt2J@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215947-8@https.bugs.freebsd.org/bugzilla/> References: <bug-215947-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=3D215947 --- Comment #5 from Mark Millard <markmi@dsl-only.net> --- Comment on attachment 178726 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178726 avoid -mlongcall use for clang; use it for gcc I should have noted that for lib/csu/powerpc64/Makefile the: -.include <bsd.compiler.mk> -.if ${COMPILER_TYPE} !=3D "gcc" -CC:=3D gcc -COMPILER_TYPE:=3D gcc -.endif would still apply. --=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-215947-8-MBNSIDmt2J>