From 464c6afdb9a0826705fd33daf64755b8108c4e3e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 21 Jan 2020 14:28:56 +0000 Subject: Small incremental build fixes (15) --- lh-config.dist | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lh-config.dist') diff --git a/lh-config.dist b/lh-config.dist index f8acbbb..196319a 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -6,12 +6,9 @@ OUTPUT= # Most of the build will be performed as that user. NORMALUSER=nobody -# The toolchain for your BUILD system -# BUILD_TRIPLE is the triplet of your native build toolchain (if you want to cross libcs for instance) -# BUILD_BASE is the base directory where to find your native build toolchain's binaries -# Leave them empty if you're using your distro's native compiler. -# BUILD_TRIPLE= -# BUILD_BASE= +# The C compiler for your BUILD system. +# Leave empty if you're using your distro's native compiler. +# BUILD_BUILD_CC= # The toolchain for your TARGET system -- cgit v1.3.1