|
|
Message-Id: <1c2e4eb5294288921677b2b661b77ef38a6cdbd0.1684922612.git.Jens.Gustedt@inria.fr>
Date: Mon, 17 Apr 2023 21:30:53 +0200
From: Jens Gustedt <Jens.Gustedt@...ia.fr>
To: musl@...ts.openwall.com
Subject: [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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.