svn commit: r357407 - head

John Baldwin jhb at FreeBSD.org
Mon Feb 3 18:12:16 UTC 2020


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


More information about the svn-src-head mailing list