summaryrefslogtreecommitdiff
path: root/rtl
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-02-29 11:21:08 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-02-29 11:21:08 +0000
commitbdab48913d3adf8d6ca3e95d422b1dc11f3f8ee3 (patch)
tree0c759c2115028afd1b441bf4d446d68fd5c8b7a3 /rtl
parentfe7c752612ee1899081a99073d72978360a68a41 (diff)
downloadfpc-bdab48913d3adf8d6ca3e95d422b1dc11f3f8ee3.tar.gz
Set FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE for mips
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20447 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl')
-rw-r--r--rtl/inc/systemh.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc
index 78c28f953b..5981e0a4b7 100644
--- a/rtl/inc/systemh.inc
+++ b/rtl/inc/systemh.inc
@@ -203,6 +203,7 @@ Type
{$define FPC_INCLUDE_SOFTWARE_SHIFT_INT64}
{$ifndef FPUNONE}
+ {$define FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE}
ValReal = Double;
{$endif}
@@ -256,7 +257,7 @@ Type
PComp = ^Comp;
FarPointer = Pointer;
-{$endif CPUARM}
+{$endif CPUAVR}
{$ifdef CPU64}
SizeInt = Int64;