|
Message-ID: <20170530001753.GG1627@brightrain.aerifal.cx> Date: Mon, 29 May 2017 20:17:53 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: -m32 On Mon, May 29, 2017 at 11:41:29PM +0100, Jorge Almeida wrote: > On Mon, May 29, 2017 at 10:23 PM, Matias Fonzo <selk@...gora.org> wrote: > > > Hola Jorge, > > > > > > Yes. musl-cross-make is an option. If you are looking for an already > > made x32 -- from time to time I publish pre-built cross-compilers based > > on musl, check: > > > > http://gungre.ch/dragora/mirror/current/compilers/darkcrusade_2017Jan05/ > > > > > I wish I could understand the documentation in > https://github.com/richfelker/musl-cross-make (I supose this is the > official page). Until then, I just tried your pre-built and it works > for me. > > Muchas gracias! Thanks, it's helpful to know that the documentation is unhelpful. Basically you should just be able to do something like: make TARGET=x86_64-linux-muslx32 OUTPUT=/where/to/install install Add -jN as appropriate for parallel multi-core build. 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.