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: Updating top-level autoconf to 2.59


erik@dd.nec.com.au (Erik Christiansen) writes:
> --build seems to be a synonym for --host,

Not at all.  To recap:

--build is the machine running the build

--host is the machine the resulting programs will run on

--target is the machine those programs generate code for

So, for example, if I wanted to use my linux box to build a gcc.exe
that runs on cygwin and produces m32c programs:

./configure --build=linux --host=cygwin --target=m32c

(names are abbreviations, of course)


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