Преглед изворни кода

* enable cross-compiling from x86_64 platforms that support the extended
type to i386

git-svn-id: trunk@13333 -

Jonas Maebe пре 16 година
родитељ
комит
be43cec33a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      compiler/fpcdefs.inc

+ 2 - 2
compiler/fpcdefs.inc

@@ -126,6 +126,6 @@
 
 
 {$define SUPPORT_UNALIGNED}
 {$define SUPPORT_UNALIGNED}
 
 
-{$if not defined(cpui386) and defined(i386)}
-{$error Cross-compiling from non-i386 to i386 is not yet supported at this time }
+{$if not defined(FPC_HAS_TYPE_EXTENDED) and defined(i386)}
+{$error Cross-compiling from systems without support for an 80 bit extended floating point type to i386 is not yet supported at this time }
 {$endif}
 {$endif}