mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* don't set ASMMODE to INTEL on non-x86 targets
git-svn-id: trunk@44951 -
This commit is contained in:
parent
e01de80981
commit
06e3feb919
@ -401,7 +401,9 @@
|
||||
{ Set FreePascal to Delphi mode }
|
||||
{$IFDEF FPC}
|
||||
{$MODE DELPHI}
|
||||
{$ASMMODE Intel}
|
||||
{$IF DEFINED(CPUI386) OR DEFINED(CPUX86_64)}
|
||||
{$ASMMODE Intel}
|
||||
{$ENDIF CPUI386 OR CPUX86_64}
|
||||
{$UNDEF BORLAND}
|
||||
// FPC defines CPU* and Unix automatically
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user