mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 1/1] Use compiler includes for musl-clang, like musl-gcc
@ 2016-07-06 17:22 Aidan Hobson Sayers
  2016-07-06 17:44 ` Rich Felker
  0 siblings, 1 reply; 5+ messages in thread
From: Aidan Hobson Sayers @ 2016-07-06 17:22 UTC (permalink / raw)
  To: musl; +Cc: Aidan Hobson Sayers

#include <unwind.h>
int main() {}

The above currently compiles with musl-gcc but not with musl-clang. This
patch fixes the latter.

---
 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 623de6f..0018932 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 \
-- 
1.9.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-04  2:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06 17:22 [PATCH 1/1] Use compiler includes for musl-clang, like musl-gcc Aidan Hobson Sayers
2016-07-06 17:44 ` Rich Felker
2016-07-06 17:47   ` Aidan Hobson Sayers
2016-10-29 11:49   ` Aidan Hobson Sayers
2017-06-04  2:40     ` Aidan Hobson Sayers

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).