From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 517332B489 for ; Mon, 5 Feb 2024 11:28:26 +0100 (CET) Received: (qmail 25714 invoked by uid 550); 5 Feb 2024 10:25:46 -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 25676 invoked from network); 5 Feb 2024 10:25:46 -0000 Date: Mon, 5 Feb 2024 10:16:21 +0000 (UTC) From: Thorsten Glaser X-X-Sender: tg@herc.mirbsd.org To: musl@lists.openwall.com In-Reply-To: Message-ID: References: <20240203193217.GW4163@brightrain.aerifal.cx> Content-Language: de-Zsym-DE-1901-u-em-text-rg-denw-tz-utc, en-Zsym-GB-u-cu-eur-em-text-fw-mon-hc-h23-ms-metric-mu-celsius-rg-denw-tz-utc-va-posix MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: Re: [musl] musl-gcc: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL' Markus Wichmann dixit: >> >, but the gcc wrapper. This is not >> >the recommended way to use musl except as minimal evaluation setup or >> >for compiling very simple programs >> >> Huh? Where does it say that, and how else is one supposed to do this? [=E2=80=A6] >musl-gcc (and similar wrappers for other libcs) is in principle limited >by the fact that the target libraries it links in are still built >against the system libc. The target library is exactly libc (musl) though. >mismatch. Some of GCC's target libraries hook deeply into glibc >implementation internals once they know to be running on a glibc >platform, with libstdc++ being probably the worst offender. Ah, ok, good point. I know libgcc.a doesn=E2=80=99t, and for some reason libgcc_eh.a is also pulled in, though I don=E2=80=99t see anything using its functions. bye, //mirabilos --=20 FWIW, I'm quite impressed with mksh interactively. I thought it was much *much* more bare bones. But it turns out it beats the living hell out of ksh93 in that respect. I'd even consider it for my daily use if I hadn't wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh