* "Srinivas Murthy" <[EMAIL PROTECTED]> [2008-06-24 11:11]:
>
> Hi,
>       I need to cross-compile kexec-tools-1.101 for a x86_64 architecture
> platform on a 32b x86.
> 
>       I didn't see any instructions in the configure, etc. scripts for doing 
> this.

gcc does not support that (like the -m32 flag when you build i386 on
x86-64). You need to build a cross compiler, and then you would pass
that via

      CC=your-cross-compiler ./configure



Bernhard
-- 
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development

_______________________________________________
kexec mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec

Reply via email to