> On 3 Dec 2018, at 03:32, Sean Bruno <sbr...@freebsd.org> 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 enhash.o > cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -o enhash.full > enhash.o -lmd > /usr/bin/ld: crtsavres.o: No such file: No such file or directory > *** Error code 1 > > Stop. > make: stopped in /usr/local/poudriere/data/packages/pkgsync/enhash > cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -o dehash.full > dehash.o > /usr/bin/ld: crtsavres.o: No such file: No such file or directory > *** Error code 1 > > Stop. > make: stopped in /usr/local/poudriere/data/packages/pkgsync/dehash
I’ve disabled the BSD crt code in r341424 for powerpc and sparc64. These both seem to need extra crt*.o files that my code doesn’t handle. Andrew _______________________________________________ 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"