mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 07:49:20 +02:00
* Temporary fix for compilation on big-endian systems
git-svn-id: trunk@5578 -
This commit is contained in:
parent
8fa80c73d8
commit
841649e4a6
@ -209,10 +209,11 @@
|
|||||||
{$ifndef CPUI386}
|
{$ifndef CPUI386}
|
||||||
{$undef USE_ASSEMBLER_486_UP}
|
{$undef USE_ASSEMBLER_486_UP}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
// Joost, 12-12-2006 Check temporarily disabled, until TDbf is properly changed so that
|
||||||
{$ifndef FPC_LITTLE_ENDIAN}
|
// dbf_prscore is compilable without any dependencies on Dbf (and dbf_common.inc)
|
||||||
|
{ifndef FPC_LITTLE_ENDIAN}
|
||||||
{$message error TDbf is not compatible with non little-endian CPUs. Please contact the author.}
|
{$message error TDbf is not compatible with non little-endian CPUs. Please contact the author.}
|
||||||
{$endif}
|
{endif}
|
||||||
|
|
||||||
{$ifdef USE_ASSEMBLER_486_UP}
|
{$ifdef USE_ASSEMBLER_486_UP}
|
||||||
{$asmmode intel}
|
{$asmmode intel}
|
||||||
|
Loading…
Reference in New Issue
Block a user