Re: svn commit: r340841 - in head: . share/mk sys/sys

2018-12-03 Thread Andrew Turner
> On 3 Dec 2018, at 03:32, Sean Bruno wrote: > > I just had to disable this on the PowerPC64 build in the FreeBSD > Cluster. It led to the following error during linking: > > cc -O2 -pipe -g -MD -MF.depend.enhash.o -MTenhash.o -std=gnu99 > -fstack-protector-strong -c enhash.c -o enha

Re: svn commit: r340841 - in head: . share/mk sys/sys

2018-12-02 Thread Sean Bruno
I just had to disable this on the PowerPC64 build in the FreeBSD Cluster. It led to the following error during linking: cc -O2 -pipe -g -MD -MF.depend.enhash.o -MTenhash.o -std=gnu99 -fstack-protector-strong -c enhash.c -o enhash.o cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -o

svn commit: r340841 - in head: . share/mk sys/sys

2018-11-23 Thread Andrew Turner
Author: andrew Date: Fri Nov 23 16:45:07 2018 New Revision: 340841 URL: https://svnweb.freebsd.org/changeset/base/340841 Log: Enable the BSD crtbegin/crtend by default. It has passed an exp run on amd64 and i386, and has testing on arm64. On other architectures it is expected to run, howe