about cross-compile enviroment

Ben Elliston bje@redhat.com
Wed Mar 28 04:24:00 GMT 2001


>>>>> "YU" == YU Tang <squalls_tang@263.net> writes:

  YU>    when i am trying to build cross-compile enviroment,
  YU> i am confused by the options "target","host","build" 
  YU> of configure;what's the format of them?Could someone give 
  YU> me the details about this?

The target system is the system your tools will be producing code for
(such as a MIPS evaluation board).

The host system is the system which will run the tools once they are
built.

The build system is the system which will be used to build the tools
(which is frequently the same as the host system, but need not be).

Ben



More information about the Binutils mailing list