This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Canadian cross on cygwin


Tal Agmon wrote:
I'm trying to compile on cygwin using a mingw32-gcc.exe compiler. What should I
specify in
--build and --host?

Just specify --target. config.guess will default built and host appropriately. You only need to specify host/build if you want to do a "canadian" cross where the host and build are different.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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