mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 23:19:29 +02:00
* only enable I386_ASSEMBLER on certain platforms
git-svn-id: trunk@23028 -
This commit is contained in:
parent
69437fcc1a
commit
5640b654c9
@ -35,7 +35,9 @@ unit Hermes;
|
||||
{$MODE objfpc}
|
||||
|
||||
{$IF defined(cpui386) and not defined(noassembler)}
|
||||
{$DEFINE I386_ASSEMBLER}
|
||||
{$IF defined(linux) or defined(win32) or defined(go32v2) or defined(freebsd) or defined(haiku) or defined(beos)}
|
||||
{$DEFINE I386_ASSEMBLER}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
{$IF defined(cpux86_64) and not defined(noassembler)}
|
||||
|
Loading…
Reference in New Issue
Block a user