Explorar o código

- 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 -

nickysn %!s(int64=9) %!d(string=hai) anos
pai
achega
c2b0256869
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      compiler/options.pas

+ 0 - 1
compiler/options.pas

@@ -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');