Page MenuHomeFreeBSD

Makefile.inc1: Drop AS and RANLIB variables
ClosedPublic

Authored by emaste on Mar 19 2026, 5:57 PM.
Tags
None
Referenced Files
F167612534: D55964.id174679.diff
Sun, Aug 23, 3:41 AM
Unknown Object (File)
Sat, Aug 22, 12:58 PM
Unknown Object (File)
Thu, Aug 20, 11:10 PM
Unknown Object (File)
Fri, Aug 14, 10:39 AM
Unknown Object (File)
Thu, Aug 13, 1:40 AM
Unknown Object (File)
Wed, Aug 12, 2:31 AM
Unknown Object (File)
Tue, Aug 11, 11:54 PM
Unknown Object (File)
Mon, Aug 10, 7:41 AM
Subscribers

Details

Summary
These are not used in our world and kernel build targets.  We use the
compiler driver for assembly, and ranlib is essentially obsolete as
ar supports adding an archive index (symbol table), which is enabled by
default.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tools/build/options/WITHOUT_LLVM_BINUTILS_BOOTSTRAP
7

If this is ready to land before D55923 this will of course disappear.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 31 2026, 5:19 PM
This revision was automatically updated to reflect the committed changes.