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

2017-01-31 Thread Justin Hibbits
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

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

2017-01-31 Thread Mark Millard
> Author: jhibbits > Date: Tue Jan 31 01:55:29 2017 > New Revision: 313005 > URL: https://svnweb.freebsd.org/changeset/base/313005 > . . . > Modified: head/sys/conf/kern.mk > == > --- head/sys/conf/kern.mk Tue Jan 31 01

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

2017-01-30 Thread Justin Hibbits
Author: jhibbits Date: Tue Jan 31 01:55:29 2017 New Revision: 313005 URL: https://svnweb.freebsd.org/changeset/base/313005 Log: Update CFLAGS for clang compatibility * Clang/llvm does not (yet) support -m(no-)spe, so make it gcc-only * Clang now supports -msoft-float, and does not appear