]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340329: build(7): clarify buildenv target can be used for non-cross builds
authoremaste <emaste@FreeBSD.org>
Sun, 18 Nov 2018 14:53:29 +0000 (14:53 +0000)
committeremaste <emaste@FreeBSD.org>
Sun, 18 Nov 2018 14:53:29 +0000 (14:53 +0000)
commite2f4c4ced6b029b05e36fd7cf15ff297c8856f34
tree5aa2d4c4f7067611db8acce30e4cc0aa6e611333
parenta9059150e43586576c1b4dade233ad9c220ee3c5
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