* disable fpu test for all softfpu platforms, not only for WinCE

git-svn-id: trunk@13072 -
This commit is contained in:
Jonas Maebe 2009-05-01 12:55:03 +00:00
parent fe65ee6058
commit 5db78d185f

View File

@ -9,7 +9,8 @@
program calext3;
{$MODE DELPHI}
{$ifdef UNDER_CE}
{ requires libgcc for the C functions }
{$ifdef FPUSOFT}
{$define NO_FLOAT}
{$endif}