|
Message-ID: <20211024142220.GC2191@voyager> Date: Sun, 24 Oct 2021 16:22:20 +0200 From: Markus Wichmann <nullplan@....net> To: musl@...ts.openwall.com Subject: Re: Failed to build musl 1.2.2 by using clang cross compiler 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
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.