mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: musl@lists.openwall.com
Subject: Re: Using Musl with LLVM/Clang
Date: Mon, 25 May 2015 21:37:41 -0400	[thread overview]
Message-ID: <20150526013741.GY17573@brightrain.aerifal.cx> (raw)
In-Reply-To: <12AE8608-7269-4325-9566-9897073E61A3@shiz.me>

On Tue, May 26, 2015 at 03:33:19AM +0200, Shiz wrote:
> There’s sadly no trivial clang wrapper script as of yet, but you can look at the ELLCC project[1],
> which distributes prebuilt musl-powered LLVM toolchains. Wrapping clang with a musl-gcc like script
> would be absolutely desirable, but I’m unsure how possible that is given clang’s apparent lack of specs files[2].

The main reason we need a specfile for gcc rather than just -nostdinc
and -nostdlib is that the latter does not suppress search of the
default library paths, just the libraries, i.e. it removes the -l's
but not the -L's. If you can find a way to remove the default -L's for
clang then it should be easy.

Rich


  reply	other threads:[~2015-05-26  1:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-25 20:32 Lucas Simões
2015-05-26  1:33 ` Shiz
2015-05-26  1:37   ` Rich Felker [this message]
2015-05-26  1:53     ` Shiz
2015-05-26  7:48       ` Justin Cormack
2015-05-27  0:23         ` Lucas Simões
2015-05-27  1:20           ` Richard Pennington
2015-05-27  1:38           ` Shiz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150526013741.GY17573@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).