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=-1.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17575 invoked from network); 24 May 2023 13:29:26 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 24 May 2023 13:29:26 -0000 Received: (qmail 15991 invoked by uid 550); 24 May 2023 13:29:22 -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 15952 invoked from network); 24 May 2023 13:29:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=message-id:in-reply-to:references:from:date:to: resent-date:resent-from:subject:resent-message-id: resent-to; bh=TuR1Dvn0BUr0k6zUmhd6TYPgfi5wsuwPZfs9shH17IM=; b=ldZLxSj7RmKjdAlx27JwttV5cCyaPkdT3H18m6wH6rM0CPZCTL+MIj// 4V2c7c+/wg0p6j/TSRAGJSo/sZumKR69c7QMdxiyXGvpsxu0MVaMtS/dm PcPkM+iXYGgTu4ET6MHJxBM/qNhGDvbmSkTTPnJoXFz2NJsjd0PKDM8Lg I=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=jens.gustedt@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.00,189,1681164000"; d="scan'208";a="56879561" Message-Id: <1c2e4eb5294288921677b2b661b77ef38a6cdbd0.1684922612.git.Jens.Gustedt@inria.fr> In-Reply-To: References: From: Jens Gustedt Date: Mon, 17 Apr 2023 21:30:53 +0200 To: musl@lists.openwall.com Resent-Date: Wed, 24 May 2023 15:29:09 +0200 Resent-From: =?UTF-8?B?SuKCkeKCmeKCmw==?= Gustedt Resent-Message-ID: <20230524152909.7908998a@inria.fr> Resent-To: musl@lists.openwall.com Subject: [musl] [C23 implied 2/2] clang: only exclude C library includes, but allow compiler specific headers --- tools/musl-clang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/musl-clang.in b/tools/musl-clang.in index 623de6f6..00189322 100644 --- a/tools/musl-clang.in +++ b/tools/musl-clang.in @@ -24,7 +24,7 @@ exec $cc \ -B"$thisdir" \ -fuse-ld=musl-clang \ -static-libgcc \ - -nostdinc \ + -nostdlibinc \ --sysroot "$libc" \ -isystem "$libc_inc" \ -L-user-start \ -- 2.34.1