This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: cross building binutils?


On Fri, 11 May 2012, Anonymous wrote:
> Can somebody please point me to the official instructions for cross building
> binutils? Thank you.

Here is one instance.  It's long and complicated, not.

start here

 /path/to/toplevel/configure --target=<gnu-tuple>
 make all
 make install

where <gnu-tuple> is for example mipsel-unknown-linux-gnu
(standard GNU/Linux for MIPS).

To wit, the difference to native build, is just the --target
option to configure.

end here

brgds, H-P


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