On 2/2/20 3:37 AM, Warner Losh wrote: > Author: imp > Date: Sun Feb 2 11:37:27 2020 > New Revision: 357407 > URL: https://svnweb.freebsd.org/changeset/base/357407 > > Log: > Per the firm plan, start to remove sparc64 > > The sparc64 architecture is being removed from FreeBSD 13, starting > now. This removes it from the top level only. It is the only > architecture that didn't see substantial work after the call to get > things working with the external toolchain. > > Modified: > head/Makefile > head/Makefile.inc1 > > Modified: head/Makefile.inc1 > ============================================================================== > --- head/Makefile.inc1 Sun Feb 2 09:38:40 2020 (r357406) > +++ head/Makefile.inc1 Sun Feb 2 11:37:27 2020 (r357407) > @@ -2915,14 +2912,10 @@ _cddl_lib_libctf= cddl/lib/libctf > _cddl_lib= cddl/lib > cddl/lib/libctf__L: lib/libz__L > .endif > -# cddl/lib/libdtrace requires lib/libproc and lib/librtld_db; it's only built > -# on select architectures though (see cddl/lib/Makefile)
The comment should stay, probably as: # cddl/lib/libdtrace requires lib/libproc and lib/librtld_db > -.if ${MACHINE_CPUARCH} != "sparc64" > _prebuild_libs+= lib/libprocstat lib/libproc lib/librtld_db > lib/libprocstat__L: lib/libelf__L lib/libkvm__L lib/libutil__L > lib/libproc__L: lib/libprocstat__L > lib/librtld_db__L: lib/libprocstat__L > -.endif -- John Baldwin _______________________________________________ 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"