From: Markus Wichmann <nullplan@gmx.net>
To: musl@lists.openwall.com
Subject: Re: [musl] Failed to build musl 1.2.2 by using clang cross compiler
Date: Sun, 24 Oct 2021 16:22:20 +0200 [thread overview]
Message-ID: <20211024142220.GC2191@voyager> (raw)
In-Reply-To: <SY4P282MB3517741697DA9347591A115CE1829@SY4P282MB3517.AUSP282.PROD.OUTLOOK.COM>
On Sun, Oct 24, 2021 at 03:34:56AM +0000, Zhu Chunlin wrote:
> ./configure CC=clang --target=aarch64
I believe you want ./configure CC="clang --target=aarch64". You only
specified the target for the configure script but not to clang itself.
That's why the --target is absent from the command line that make
generated. And so it fails the first time it sees an actual assembly
file.
Ciao,
Markus
next prev parent reply other threads:[~2021-10-24 14:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-24 3:34 Zhu Chunlin
2021-10-24 14:22 ` Markus Wichmann [this message]
2021-10-25 5:03 ` 回复: " Zhu Chunlin
2021-10-25 8:44 ` Jeffrey Walton
2021-10-25 13:26 ` 回复: " Zhu Chunlin
2021-10-30 3:46 ` Chunlin Zhu
2021-10-30 4:25 ` Jeffrey Walton
2021-10-30 10:53 ` Chunlin Zhu
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=20211024142220.GC2191@voyager \
--to=nullplan@gmx.net \
--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).