This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: EGCS support


>>/gnu/build-glibc > ../glibc-2.2.2/configure --verbose
>>--host=m68k-unknown-linux
>> --target=m68k-unknown-linux --build=i586-pc-cygwin --prefix=/gnu 
>> --with-headers=/gnu/linux/include --enable-add-ons=linuxthreads
>
>  I'm afraid you seem to have been given the wrong advice, target and
>host should not be the same thing.

In this instance, it doesn't matter what you use for target.  Glibc doesn't 
look at the "--target" setting; it only really cares about "--host".  (It looks 
at --build too, but only to decide whether it's the same as the host or not so 
it can tell whether you are cross-compiling.)

>  So if I've followed you right, you want host = build = i586-pc-cygwin,
>because you want to build this compiler under cygwin, and you want it

But he's not building a compiler, he's building the C library.

p.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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