HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

musl-gcc — A wrapper around `gcc` that automatically sets options for linking against musl libc. All options sp

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandgcccliaroundmusl-gccautomaticallythatwrapper

Problem

How to use the musl-gcc command: 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>.

Solution

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

Code Snippets

View documentation for `gcc`

tldr gcc

Context

tldr-pages: common/musl-gcc

Revisions (0)

No revisions yet.