[Tinycc-devel] Building a 32 bit cross compiler on x86_64 Linux?

2014-04-04 Thread Aharon Robbins
Hi All. What is the magic incantation to build an i386 version of tcc running on x86_64 Linux? It looks like 'make i386-tcc' builds the compiler itself. After installing that, though, tcc -m32 hello.c fails to find the C runtime start off and library files. I'm on Ubuntu 12.04, and I have all

Re: [Tinycc-devel] Building a 32 bit cross compiler on x86_64 Linux?

2014-04-04 Thread Thomas Preud'homme
Le vendredi 4 avril 2014, 11:49:49 Aharon Robbins a écrit : Hi All. What is the magic incantation to build an i386 version of tcc running on x86_64 Linux? It looks like 'make i386-tcc' builds the compiler itself. After installing that, though, tcc -m32 hello.c fails to find the C runtime