]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Makefile: add a small blurb about building with gcc xtoolchain
authorKyle Evans <kevans@FreeBSD.org>
Fri, 16 Oct 2020 15:16:23 +0000 (15:16 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 16 Oct 2020 15:16:23 +0000 (15:16 +0000)
commit5f2aaba4532c713f74279f0e83208c97af3a3e69
treede66c71b5c9fdfb77b4b74e2ba7b3695901a48d3
parentd00afbaea9693439abb91f83b533aa4a025a9671
Makefile: add a small blurb about building with gcc xtoolchain

The key details are to install the appropriate flavor of devel/freebsd-gcc9
and pass CROSS_TOOLCHAIN while building.

Suggested by: kib
Makefile