diff --git a/compiler/systems/i_linux.pas b/compiler/systems/i_linux.pas index aced168f43..9cc603e8ec 100644 --- a/compiler/systems/i_linux.pas +++ b/compiler/systems/i_linux.pas @@ -46,7 +46,7 @@ unit i_linux; system : system_i386_LINUX; name : 'Linux for i386'; shortname : 'Linux'; - flags : [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}]; + flags : [tf_needs_symbol_size,tf_pic_uses_got,tf_smartlink_sections]; cpu : cpu_i386; unit_env : 'LINUXUNITS'; extradefines : 'UNIX;HASUNIX';