svn commit: r361648 - head/share/mk

Ed Maste emaste at freebsd.org
Tue Jun 2 00:05:58 UTC 2020


On Sat, 30 May 2020 at 12:12, Ed Maste <emaste at freebsd.org> wrote:
>
> Author: emaste
> Date: Sat May 30 16:12:00 2020
> New Revision: 361648
> URL: https://svnweb.freebsd.org/changeset/base/361648
>
> Log:
>   Disable BINUTILS by default on amd64

I received a private query about this but will follow up here because
the answer may be useful to others.

The concern: GNU as is still needed for skein_block_asm.s, so is this
not broken? Indeed, GNU as is still needed for exactly one case in the
base system, assembling skein_block_asm.s on amd64. It is still
enabled via BINUTILS_BOOTSTRAP there. Disabling BINUTILS (this commit)
means that GNU as is no longer installed as /usr/bin/as by
installworld, on any arch.

We still need to address skein so that we can completely remove
binutils for FreeBSD 13.0. We have a few possibilities for dealing
with the assmebly implementation, but I currently plan to switch back
to the C implementation for now and follow up with one of those
approaches later.


More information about the svn-src-head mailing list