Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 29 Jan 2013 18:55:20 -0500
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: ARM unwind issue

On Wed, Jan 30, 2013 at 08:56:27AM +1300, Andre Renaud wrote:
> > 2: I guess you're manually duplicating
> > REALGCC=/tools/arm/arm-2010q1/bin/gcc musl-gcc program.c -o program.o
> I actually wasn't using musl-gcc, I was manually adding the '-spec' line.
> 
> It turns out that the root cause was a mistake on my behalf when
> configuring musl, which resulted in LIBCC not being set properly in
> config.mak.

Yes, that would do it. BTW, note that musl is _not_ using libgcc_eh
for anything itself. The need for libgcc_eh is due to libgcc having
unwanted dependencies on it, and musl needing those parts of libgcc.

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.