This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unable to build gcc 4.9.0 for i686-elf target with posix threads


On 2 July 2014 14:36, Ragnar RÃÃtel wrote:
> I need to create linux binaries of my tools that will run on any x86
> linux distribution. So I can compile them once and copy to other linux
> machines. As I understood i686-elf target should be best choice for
> this.

No, probably not.

You should either look into static linking, or just compile on a
*really* old GNU/Linux distribution so that it will run on any modern
systems.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]