Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 17 Jun 2019 19:30:23 -0400
From: Rich Felker <dalias@...c.org>
To: Reinoud Koornstra <reinoudkoornstra@...il.com>
Cc: musl@...ts.openwall.com
Subject: Re: where to find musl-gcc wrapper script

On Mon, Jun 17, 2019 at 03:49:19PM -0700, Reinoud Koornstra wrote:
> Hello Everyone,
> I did get the sources and build from musl-cross-gcc at github.com.
> Building works fine, however, I cannot find the musl-gcc script to compile.

The musl-gcc wrapper script is for repurposing an existing host
toolchain for a different libc (glibc) to use it with musl. You don't
use it with a proper cross compiler toolchain or on a musl-native
system. The output of musl-cross-make will be a set of utilities
prefixed with the target tuple, e.g. x86_64-linux-musl-gcc, etc., in
the bin directory under wherever you installed the cross toolchain.

Rich

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.