On Mon, Feb 13, 2012 at 07:09:11PM +0600, Attila Lendvai wrote:
> dear schemers,
> 
> so, finally a real question: is it possible to compile chicken with a
> gcc that doesn't have float.h? or with one that doesn't have any kind
> of float support?

No, not currently and AFAIK there are no plans to add this.

Chibi would seem a more likely candidate, but I don't see an option
to compile that without floating-point support right now, either.

Of course, patches are welcome if they're not too ugly or invasive,
which this kind of thing unfortunately can be.  Perhaps a good
starting point is the -msoft-float compiler option - at least this
should allow us to keep floating-point support.

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to