Files
musl/debian/man/ld-musl-config.8
2025-07-19 11:06:09 +03:00

34 lines
975 B
Groff

.TH "ld-musl-config" "8" "September 17, 2013" "Linux" "System Manager's Manual"
.SH "NAME"
\fBld-musl-config\fP
\- configures musl dynamic linker path's
.SH "SYNOPSIS"
\fBld-musl-config\fP
.SH "DESCRIPTION"
\fBld-musl-config\fP
reads in all config files found under
\fI/etc/ld-musl-$ARCH.d,\fP
and creates a concatenated linker path config file in
.sp
\fI/etc/ld-musl-$ARCH.path\fP
This file will be used by the musl dynamic run-time linker.
.sp
Paths can either be separated with a newlines or with a ':' character.
.sp
ld-musl-config can be called at any time to regenerate the linker path config file. The previous config will be overwritten.
.SH "FILES"
.TP
\fI/etc/ld-musl-$ARCH.path\fP
Generated by
\fBld-musl-config\fP
and contains an ordered list of library path's.
.TP
\fI/etc/ld-musl-$ARCH.d/*\fP
Path config files to be read in by ld-musl-config.
.SH "AUTHORS"
Kevin Bortis <pkgs@bortis.ch>.
.sp
\fBld-musl-config\fP
was written by
Kevin Bortis <pkgs@bortis.ch>.