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: Enabling soft-float support in a new target


nkavv@physics.auth.gr writes:

> i'm trying to add soft-float support for a simple RISC target. I'm not sure what
> is the minimal set of (in md file) patterns to add (under a HAS_SOFT_FLOAT
> condition or something like that) in order to be able to use the softfloat
> emulated instructions.

Copy the code in config/mips/t-mips, appropriately modified for your
target.

> And about the configuration options, what does
> "-with-softfloat-support=internal" exactly do? Does it relate to the
> "fp-bit.c", "dp-bit.c" files?

I don't know what that option is, sorry.

Ian


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