aboutsummaryrefslogtreecommitdiff
path: root/lh-config.dist
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-09 22:03:20 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-09 22:03:20 +0000
commitb796ef65d0e07ae86c34567d3913bfd81d506210 (patch)
tree95d254854b86166cd652140c275da084c06a8d0a /lh-config.dist
parent337f33185360c93e74eab974a3c8b8e31629231e (diff)
downloadlh-bootstrap-b796ef65d0e07ae86c34567d3913bfd81d506210.tar.xz
Update to latest versions (yet untested)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'lh-config.dist')
-rw-r--r--lh-config.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/lh-config.dist b/lh-config.dist
index 4fe15fe..2292afd 100644
--- a/lh-config.dist
+++ b/lh-config.dist
@@ -8,7 +8,7 @@ NORMALUSER=nobody
# The C compiler for your BUILD system.
# Leave empty if you're using your distro's native compiler.
-# BUILD_BUILD_CC=
+# BUILD_CC=
# The toolchain for your TARGET system
@@ -18,7 +18,7 @@ NORMALUSER=nobody
# Set this to true if you want your created rootfs to be statically linked.
# By default, it will be true for musl toolchains, false for glibc toolchains.
-# BUILD_HOST_STATIC=false
+# TARGET_STATIC=false
# Whether or not you want to copy the shared libc from the toolchain.
# By default, the shared libs are copied if the build isn't static.