Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 6 Mar 2016 02:18:25 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Problem with musl-gcc script. Is it bad installation?

* John Found <johnfound@...32.info> [2016-03-06 03:15:05 +0200]:
> On Sun, 6 Mar 2016 02:09:07 +0100
> Szabolcs Nagy <nsz@...t70.net> wrote:
> 
> > your gcc toolchain does not support -m32
> > because it's missing i386 gcc runtime libraries.
> > 
> > install the appropriate i386 libgcc package or
> > get a proper i386 toolchain.
> 
> But how then I compiled musl to i386 target with the same gcc compiler?
> 

gcc -m32 is a hack.. you will find more brokenness
if you keep using it instead of using an i386
cross toolchain.

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.