Page MenuHomeFreeBSD

Disable rarely used architecture variants in make universe by default.
ClosedPublic

Authored by jhb on Mar 24 2020, 2:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 11:56 PM
Unknown Object (File)
Sun, Jan 19, 1:50 AM
Unknown Object (File)
Sat, Jan 18, 11:47 AM
Unknown Object (File)
Sat, Jan 18, 7:46 AM
Unknown Object (File)
Tue, Jan 14, 5:42 PM
Unknown Object (File)
Nov 30 2024, 5:18 PM
Unknown Object (File)
Nov 22 2024, 2:55 PM
Unknown Object (File)
Nov 18 2024, 7:23 AM
Subscribers

Details

Summary

If EXTRA_TARGETS is defined, build all supported architecture
variants. By default, build architecture variants needed to provide
code coverage or that are commonly used.

Use this to disable building of all the hard-float and little-endian
MIPS architect variants by default.

Test Plan
  • make kernel-toolchains without EXTRA_TARGETS defined, need to still do a build with it defined

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable