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: help on soft-float


Liu Hongming wrote:
> I am using gcc cross-compiler for mips bought from some vendors,
> and it doesnt support -msoft-float option(I dont know why it is a difficulty). 

It isn't clear what your problem is.  What kind of error do you get when
you try to use the -msoft-float option?  Is this a missing multilib problem?

If you have sources for your cross-compiler, it shouldn't be too hard to
enable soft-float multilibs and rebuild it.  You need to define the
MULTILIB_* Makefile variables in the target t-* file.  See for instance
the example in the gcc/config/mips/t-elf file.
-- 
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]