Page MenuHomeFreeBSD

Makefile.inc1: Drop AS and RANLIB variables
Needs ReviewPublic

Authored by emaste on Thu, Mar 19, 5:57 PM.

Details

Reviewers
imp
Group Reviewers
build
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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

tools/build/options/WITHOUT_LLVM_BINUTILS_BOOTSTRAP
7

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