From c2b025686949b7215ec23d7938f8fc5defd45fb8 Mon Sep 17 00:00:00 2001 From: nickysn Date: Tue, 26 Jan 2016 00:33:02 +0000 Subject: [PATCH] - 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 - --- compiler/options.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/options.pas b/compiler/options.pas index e77b4f60f2..72b5a332a0 100644 --- a/compiler/options.pas +++ b/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');