From abb3e73e2de475207eb9718aa2dae4b6f4387052 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:01:08 +0200 Subject: [PATCH] musl-gcc: add page (#10336) * musl-gcc: add page * musl-gcc: add documentation link Co-authored-by: K.B.Dharun Krishna --------- Co-authored-by: K.B.Dharun Krishna --- pages/common/musl-gcc.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/musl-gcc.md diff --git a/pages/common/musl-gcc.md b/pages/common/musl-gcc.md new file mode 100644 index 0000000000..57e86fda14 --- /dev/null +++ b/pages/common/musl-gcc.md @@ -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: . + +- View documentation for `gcc`: + +`tldr gcc`