aboutsummaryrefslogtreecommitdiffstats
path: root/lh-config.dist
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-21 14:28:56 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-21 14:28:56 +0000
commit464c6afdb9a0826705fd33daf64755b8108c4e3e (patch)
tree629abaf8eb91d496e5f9ac72b3618a433f284914 /lh-config.dist
parent26ad0b129e2897c5ef105fd9d98897afeba452f0 (diff)
downloadlh-bootstrap-464c6afdb9a0826705fd33daf64755b8108c4e3e.tar.gz
Small incremental build fixes (15)
Diffstat (limited to 'lh-config.dist')
-rw-r--r--lh-config.dist9
1 files changed, 3 insertions, 6 deletions
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