Page MenuHomeFreeBSD

Makefile.inc1: Drop AS and RANLIB variables
ClosedPublic

Authored by emaste on Thu, Mar 19, 5:57 PM.
Tags
None
Referenced Files
F152560638: D55964.diff
Wed, Apr 15, 4:58 PM
Unknown Object (File)
Tue, Apr 14, 8:45 AM
Unknown Object (File)
Mon, Apr 13, 8:27 PM
Unknown Object (File)
Sat, Apr 11, 7:13 AM
Unknown Object (File)
Thu, Apr 9, 12:07 AM
Unknown Object (File)
Wed, Apr 8, 12:06 AM
Unknown Object (File)
Tue, Apr 7, 9:16 AM
Unknown Object (File)
Thu, Apr 2, 1:46 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

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.

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