diff options
Diffstat (limited to 'lh-config.dist')
-rw-r--r-- | lh-config.dist | 4 |
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. |