]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
build(7): clarify buildenv target can be used for non-cross builds
authoremaste <emaste@FreeBSD.org>
Sat, 10 Nov 2018 20:26:19 +0000 (20:26 +0000)
committeremaste <emaste@FreeBSD.org>
Sat, 10 Nov 2018 20:26:19 +0000 (20:26 +0000)
commitd5379246affad94e0325a9df68a72187bf487ce7
tree01b3efdb5985b642b7d9c1f581f72825d608cc12
parentffd03dfb6a203ea8f20e8be1707b9a328bfbbe01
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.

Reviewed by: bdrewery
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D10759
share/man/man7/build.7