mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
Change default settings for i8086 compiler when compiled for go32v2 OS, to avoid use of Watcom tools
git-svn-id: trunk@39340 -
This commit is contained in:
parent
566a6d289f
commit
c654739db9
@ -68,6 +68,12 @@
|
||||
{$define SUPPORT_GET_FRAME}
|
||||
{$define cpucg64shiftsupport}
|
||||
{$define OMFOBJSUPPORT}
|
||||
{$ifdef go32v2}
|
||||
{ go32v2 uses cwsdpmi extender which is incompatible with watcom extender
|
||||
thus we use the internal smartlink sections by default in that case. }
|
||||
{$define I8086_SMARTLINK_SECTIONS}
|
||||
{$define i8086_link_intern_debuginfo}
|
||||
{$endif go32v2}
|
||||
{$endif i8086}
|
||||
|
||||
{$ifdef i386}
|
||||
|
Loading…
Reference in New Issue
Block a user