From 4ad8ccf05c9105dfddbaebe4e2fd1552e027b75c Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 18 May 2008 12:49:00 +0000 Subject: [PATCH] * experimentally enabled smartlink sections on sparc linux git-svn-id: trunk@11002 - --- compiler/systems/i_linux.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/systems/i_linux.pas b/compiler/systems/i_linux.pas index e29db082ce..024abc3e4e 100644 --- a/compiler/systems/i_linux.pas +++ b/compiler/systems/i_linux.pas @@ -455,8 +455,10 @@ unit i_linux; system : system_SPARC_Linux; name : 'Linux for SPARC'; shortname : 'Linux'; - flags : [tf_needs_symbol_size,tf_library_needs_pic,tf_needs_symbol_type,tf_files_case_sensitive,tf_smartlink_library, - tf_use_function_relative_addresses,tf_requires_proper_alignment,tf_has_winlike_resources]; + flags : [tf_needs_symbol_size,tf_library_needs_pic,tf_smartlink_sections, + tf_needs_symbol_type,tf_files_case_sensitive,tf_smartlink_library, + tf_use_function_relative_addresses,tf_requires_proper_alignment, + tf_has_winlike_resources]; cpu : cpu_SPARC; unit_env : 'LINUXUNITS'; extradefines : 'UNIX;HASUNIX';