mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
Add tf_no_pic_supported to go32v2 target (was generating wrong code)
git-svn-id: trunk@39102 -
This commit is contained in:
parent
f80e73eac2
commit
a5a6b70658
@ -34,7 +34,7 @@ unit i_go32v2;
|
||||
system : system_i386_GO32V2;
|
||||
name : 'GO32 V2 DOS extender';
|
||||
shortname : 'Go32v2';
|
||||
flags : [tf_use_8_3,tf_smartlink_sections];
|
||||
flags : [tf_use_8_3,tf_smartlink_sections,tf_no_pic_supported];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'GO32V2UNITS';
|
||||
extradefines : 'DPMI';
|
||||
|
Loading…
Reference in New Issue
Block a user