musl-gcc: add page (#10336)

* musl-gcc: add page

* musl-gcc: add documentation link

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Lena 2023-06-06 13:01:08 +02:00 committed by GitHub
parent 6a1851f3ea
commit abb3e73e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
pages/common/musl-gcc.md Normal file
View File

@ -0,0 +1,9 @@
# musl-gcc
> A wrapper around `gcc` that automatically sets options for linking against musl libc.
> All options specified are passed directly to `gcc`.
> More information: <https://manned.org/musl-gcc>.
- View documentation for `gcc`:
`tldr gcc`