From a5a6b7065895bc2e154bfeb3a993b215a4235c1b Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 23 May 2018 21:12:56 +0000 Subject: [PATCH] Add tf_no_pic_supported to go32v2 target (was generating wrong code) git-svn-id: trunk@39102 - --- compiler/systems/i_go32v2.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_go32v2.pas b/compiler/systems/i_go32v2.pas index 828133f55c..69b93fe14e 100644 --- a/compiler/systems/i_go32v2.pas +++ b/compiler/systems/i_go32v2.pas @@ -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';