1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/common/musl-gcc.md
Lena abb3e73e2d
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>
2023-06-06 13:01:08 +02:00

250 B

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