mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 21:49:18 +02:00
- don't define 'CPU8086' on the i8086 target, because it clashes with the
selected instruction set define (CPU8086/CPU80186/CPU80286, etc.) For a generic i8086 target define, 'CPUI8086' should be used instead of 'CPU8086'. git-svn-id: trunk@33006 -
This commit is contained in:
parent
3597519087
commit
c2b0256869
@ -3429,7 +3429,6 @@ begin
|
||||
{$ifdef i8086}
|
||||
def_system_macro('CPU86'); { Borland compatibility }
|
||||
def_system_macro('CPU87'); { Borland compatibility }
|
||||
def_system_macro('CPU8086');
|
||||
def_system_macro('CPUI8086');
|
||||
def_system_macro('CPU16');
|
||||
def_system_macro('FPC_HAS_TYPE_EXTENDED');
|
||||
|
Loading…
Reference in New Issue
Block a user