Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 10:12:10 -0800
From:      John Baldwin <jhb@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r357407 - head
Message-ID:  <0a69da73-cd11-5d27-0c53-4db4c837c4dc@FreeBSD.org>
In-Reply-To: <202002021137.012BbSwd008392@repo.freebsd.org>
References:  <202002021137.012BbSwd008392@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0a69da73-cd11-5d27-0c53-4db4c837c4dc>