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: Building GCC 4.9 biarch (i686+x86_64) on Debian 6.0 i686


Kai Ruottu <kai.ruottu <at> wippies.com> writes:

> I think that the 32-bit Linux distros don't support
> "native" compiling to 64-bit at all because one
> cannot run the 64-bit binaries on 32-bit hosts.

They actually do. I have Linux Mint 17 i386 (Ubuntu 14.04) on other 
machine and all I needed to do is to install 
GCC 4.9.2 + multilib packages. Now I can successfully build 64-bit 
binaries by using `-m64' switch. I cannot run 
them on the machine, of course, but building is OK.

Alex


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