mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:15:27 +02:00
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>
This commit is contained in:
parent
6a1851f3ea
commit
abb3e73e2d
1 changed files with 9 additions and 0 deletions
9
pages/common/musl-gcc.md
Normal file
9
pages/common/musl-gcc.md
Normal 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`
|
Loading…
Add table
Reference in a new issue