svn commit: r313005 - in head/sys: conf modules/zfs

Justin Hibbits chmeeedalf at gmail.com
Wed Feb 1 02:44:20 UTC 2017


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


More information about the svn-src-head mailing list