Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 20 Sep 2012 14:14:06 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: musl-gcc question

On Thu, Sep 20, 2012 at 04:50:13PM +0200, Jens wrote:
> 
> Hello!
> 
> Looks like musl-gcc in my uclibc environment doesn't work correctly
> (for me):

Aboriginal Linux? The problem is that the underlying gcc is not gcc,
but Rob Landley's gcc wrapper which serves a similar purpose to
musl-gcc, but using the command line rather than spec files, so it
takes precedence. You need to either find a way to get musl-gcc to
call the underlying gcc, or build a native 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.