diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 17:53:09 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 17:53:09 +0000 |
| commit | 99aaeae7550e879973cb175ab82f65353c31ee02 (patch) | |
| tree | 5e9c517d6b04b6620e3ee8d3c278367e3dda391b /lh-config.dist | |
| parent | 3340b5a93638ac45a63dc8454d3eb29e254794f9 (diff) | |
| download | lh-bootstrap-99aaeae7550e879973cb175ab82f65353c31ee02.tar.gz | |
Small incremental build fixes (41)
Diffstat (limited to 'lh-config.dist')
| -rw-r--r-- | lh-config.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lh-config.dist b/lh-config.dist index 0905191..1972a88 100644 --- a/lh-config.dist +++ b/lh-config.dist @@ -20,6 +20,12 @@ NORMALUSER=nobody # By default, it will be true for musl toolchains, false for glibc toolchains. # BUILD_HOST_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. +# You can also optionally manually specify the sysroot to copy the libs from. +# LIBC_COPY= +# LIBC_SYSROOT= + # Filesystems size, as understood by libguestfs's virt-make-fs ROOTFS_SIZE=1024M RWFS_SIZE=512M |
