initial import from Debian

version 1.2.5-3
This commit is contained in:
2025-07-19 11:06:09 +03:00
commit ddd46d4ba4
37 changed files with 2846 additions and 0 deletions

34
debian/man/musl-gcc.1 vendored Normal file
View File

@@ -0,0 +1,34 @@
.TH "musl-gcc" "1" "August 23, 2013" "Linux" "General Commands Manual"
.nh
.if n .ad l
.SH "NAME"
\fBmusl-gcc\fR
\- musl wrapper for gcc
.SH "SYNOPSIS"
.HP 9n
\fBmusl-gcc\fR
[OPTION...]
\fIFILENAME...\fR
.SH "DESCRIPTION"
\fBmusl-gcc\fR
acts as a wrapper around
gcc(1)
which sets the correct system include paths for linking with musl libc library.
.sp
Since
\fBmusl-gcc\fR
is a simple wrapper around
gcc(1)
it uses the same command line arguments.
.SH "FILES"
\fI/usr/lib/$ARCH-linux-musl/musl-gcc.specs\fR
musl-gcc spec file that defines new/overwritten include paths.
.SH "SEE ALSO"
gcc(1)
.SH "AUTHORS"
Kevin Bortis <pkgs@bortis.ch>.
.sp
\fBmusl-gcc\fR
was written by
.br
Rich Felker <dalias@aerifal.cx>