]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Disable rarely used architecture variants in make universe by default.
authorjhb <jhb@FreeBSD.org>
Tue, 24 Mar 2020 18:16:02 +0000 (18:16 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 24 Mar 2020 18:16:02 +0000 (18:16 +0000)
commit455942f9d72f4d09f60db39473a9fa2c91f2517d
tree8329ff1558ef8da2f1b5726c2711f95f7855229b
parentb56ed3a1b8ef3be37109f94a819ccdc29b0c8d27
Disable rarely used architecture variants in make universe by default.

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 architecture variants along with n32 by default.

Reviewed by: rpokala
Discussed with: imp, emaste
Differential Revision: https://reviews.freebsd.org/D24178
Makefile