Date: Fri, 09 Dec 2016 02:31:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215107] head -r309656 clang 3.9.0 for TARGET_ARCH=powerpc: -mminimal-toc rejected (missing llvm 19098 fix?) Message-ID: <bug-215107-8-XFZBKAhFy8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215107-8@https.bugs.freebsd.org/bugzilla/> References: <bug-215107-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=3D215107 --- Comment #4 from Mark Millard <markmi@dsl-only.net> --- (In reply to Mark Millard from comment #2) I commented out the addition of -mminimal-toc to CFLAGS in sys/modules/zfs/Makefile and doing so allowed buildkernel to continue: There are no other uses of -mminimial-toc that were run into. In fact (with another patch present for a different issue): buildkernel completed. Unfortunately the build does not boot. But nothing says that the boot failure is tied to the lack of -minimial-toc. So it might be possible to sidestep clang 3.9.0 not having -mminimal-toc byt simply not using the option in sys/modules/zfs/Makefile . --=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-215107-8-XFZBKAhFy8>