Quoth Ben Duncan:
> Anyone know how to get the bin-utils configure script to do
> alternate targets? I want to make the current version for elf and coff,
> and SuSe's objdump/objcat is compiled ONLY for elf-i386.

configure --target=<your-target-here>

Replace <your-target-here> with the canonical name for the target
you want. For example, I build binutils at work today on my x86 host,
destined for a PowerPC:

./configure --target=powerpc-linux --host=i686

Kurt
-- 
"We demand rigidly defined areas of doubt and uncertainty!"
                -- Vroomfondel
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to