]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340329: build(7): clarify buildenv target can be used for non-cross builds
authorEd Maste <emaste@FreeBSD.org>
Sun, 18 Nov 2018 14:52:16 +0000 (14:52 +0000)
committerEd Maste <emaste@FreeBSD.org>
Sun, 18 Nov 2018 14:52:16 +0000 (14:52 +0000)
commit6219274344b0b099ec08ec3d2f3d3425237316c8
treef2763a9a742506df47d23d4c360e688cbd1e14bf
parent485023103983097a15eb5215ec3f3ab87d55e14b
MFC r340329: build(7): clarify buildenv target can be used for non-cross builds

make buildenv can be used for building for the same architecture as
the host (perhaps this is a degenerate case of cross-building).
TARGET and TARGET_ARCH do not need to be set in this case.

Sponsored by: The FreeBSD Foundation
share/man/man7/build.7