On Jan 31, 2017, at 4:26 AM, Mark Millard wrote:
Modified: head/sys/modules/zfs/Makefile
=
=
=
=
=
=
=
=
=
=====================================================================
--- head/sys/modules/zfs/Makefile Tue Jan 31 01:48:55 2017
(r313004)
+++ head/sys/modules/zfs/Makefile Tue Jan 31 01:55:29 2017
(r313005)
@@ -94,7 +94,7 @@ CFLAGS+=-I${SUNW}/common
CFLAGS+=-DBUILDING_ZFS
.if ${MACHINE_ARCH} == "powerpc64"
-CFLAGS+=-mminimal-toc
+CFLAGS.gcc+=-mminimal-toc
.endif
.ifdef ZFS_DEBUG
You may want to process my bugzilla 215107 with head/sys/modules/zfs/
Makefile
as it also deals with that -mminimal-toc: in other words to declare
215107
fixed by this update.
===
Mark Millard
markmi at dsl-only.net
Ah, thanks for reminding me, I'll take that.
- Justin
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"