Browse Source

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

git-svn-id: trunk@13072 -
Jonas Maebe 16 years ago
parent
commit
5db78d185f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/test/cg/tcalext5.pp

+ 2 - 1
tests/test/cg/tcalext5.pp

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