From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6510 invoked from network); 18 Nov 2021 21:29:19 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 18 Nov 2021 21:29:19 -0000 Received: (qmail 13622 invoked by uid 550); 18 Nov 2021 21:29:17 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 13589 invoked from network); 18 Nov 2021 21:29:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=5+ocrKt4w12HSUTZtQ7HI1y7YHRvWCT5XOaxSiNkXCk=; b=mrvE9Gg6ovY3vP0D4exbyCQcVYOwpzX7aCxsTIiy0O9YIl3RnKQXWxLZsS+tR978v3 1Js+fVK/KFpR7IbQw365nQ09mIZUY1OyyH+Rem+7s9yjFeNl+ZwpfmXaR4kz6Dqm4Mwg 9l3S9MaHg6Q/Nk7npr7WyueajHBjITaCQ6BzuVERYeoBTR6QW9LF3Z2s1XRLsbKfANZJ L1B0gX+yz1C0kfIKzd5LorsEgfxFC59Y/77rrAYXqfUfr32MqnUY4tbFjVRydzo3umnq z/Y+fIP+oUWtd/EQlG7xksesn0TGogCY2Gzzk8AY8IjUwnWY+/JumVFtdeMuJ72ZazaU El4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5+ocrKt4w12HSUTZtQ7HI1y7YHRvWCT5XOaxSiNkXCk=; b=h5/yLervFTspGU3NiVV6fkol4eABqMI+xw9So8kTBW0tFdIYt9sgSmTgy/7YEPN72n bwOkFu+cKmPmq/+l25eW2ZcAG4LYJ5LLlFsy7kaTb0KA/iMACWT9Q05JIfgLtH/GKIAV A1CNwhXHLAd96cR3rCRROd9iQsXBtYCCayptb4t2vomK7e1H8/6NelzZa1hekzCbKMQ8 i5A8btOjcyowdUaLlaT6s34MsRTdRmhOSzyPqzxTCjOZWOe3ucieGi3px5+j64pqJyby cWIPGbZFvIPccKEm+R+gNowbY030sF6TumoDHaBn5sm7GI2AGftj5a028q7NLCLrmn7y PA9w== X-Gm-Message-State: AOAM533a7/Qx7/EtICwsSz45y5QurrPmQcP9kfyoQkoEpPIoa976FPFS JexiPNLqoDQfldMrAN/A8EOd76LRZNZNjF68J7GnpVAr X-Google-Smtp-Source: ABdhPJzaY9B5xRh0uTKbvSCulPy8X4a2rhzA6DldM9oNJwPuAOHNhNT8kQuKLczuomkmhhhpWWWt65hEtA5JCfmMug4= X-Received: by 2002:a05:6402:40d3:: with SMTP id z19mr16122118edb.185.1637270945448; Thu, 18 Nov 2021 13:29:05 -0800 (PST) MIME-Version: 1.0 From: Matt Andrews Date: Fri, 19 Nov 2021 08:28:54 +1100 Message-ID: To: "musl@lists.openwall.com" Content-Type: multipart/alternative; boundary="0000000000001ac6b205d116d9de" Subject: [musl] Why does musl require another libc to be built (noob question) --0000000000001ac6b205d116d9de Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lately I=E2=80=99ve been trying to cross compile musl with clang. It=E2=80= =99s been a really interesting process and everyone on this list has been really helpful. I hope this isn=E2=80=99t too much of a silly question, but there=E2=80=99s= a missing piece to my understanding of the standard library and that is why you need another libc to build it. I assumed that it is a self contained thing, everything else depends on it. I=E2=80=99m sure there are very good reasons for needing another standard l= ibrary to build musl, but I=E2=80=99m not sure what they are and if anyone could l= et me know that would greatly appreciated. Thanks --0000000000001ac6b205d116d9de Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lately I=E2=80=99ve been trying to cross compile musl with clang. It=E2=80= =99s been a really interesting process and everyone on this list has been r= eally helpful.

I hope this isn= =E2=80=99t too much of a silly question, but there=E2=80=99s a missing piec= e to my understanding of the standard library and that is why you need anot= her libc to build it. I assumed that it is a self contained thing, everythi= ng else depends on it.=C2=A0

I=E2=80=99m sure there are very good reasons for needing another stand= ard library to build musl, but I=E2=80=99m not sure what they are and if an= yone could let me know that would greatly appreciated.=C2=A0

Thanks=C2=A0
--0000000000001ac6b205d116d9de--