mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
* enable cross-compiling from x86_64 platforms that support the extended
type to i386 git-svn-id: trunk@13333 -
This commit is contained in:
parent
77eca3a492
commit
be43cec33a
@ -126,6 +126,6 @@
|
||||
|
||||
{$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}
|
||||
|
Loading…
Reference in New Issue
Block a user