Browse Source

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

git-svn-id: trunk@13072 -
Jonas Maebe 16 năm trước cách đây
mục cha
commit
5db78d185f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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}