This is the mail archive of the gcc-help@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: GMP and MPFR (Was: GCC does not build gfortran !!)


Martin Krischik wrote:

> And another thing just struck me: We from the Ada community use cross
> compilers for embedded targets a lot. Targets which might not even have an
> operating system. How is this supposed to work in future?
> 
> Or not quite a drastic: Cross compiling on Windows for VMS. Do GMP and MPFR
> cross compile for VMS. Do they compile for VMS at all. Or for Symbian to name
> a new and hip OS for contrast.

They're host libraries, not target libraries.  They don't have to build
for the target system.  They are used by gcc itself, not by code that
gcc creates.

Brian


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