* commented linker script generation for linux out, causes problems on some machines,

see bug #4317

git-svn-id: trunk@945 -
This commit is contained in:
florian 2005-08-26 21:01:28 +00:00
parent 70dd22c6e1
commit 1c9a8396b7

View File

@ -431,6 +431,8 @@ begin
linkres.add('ENTRY(_start)');
{Sections.}
{
commented out because it cause problems on several machines with different ld versions (FK)
linkres.add('SECTIONS');
linkres.add('{');
{Read-only sections, merged into text segment:}
@ -527,6 +529,7 @@ begin
linkres.add(' .stab 0 : { *(.stab) }');
linkres.add(' .stabstr 0 : { *(.stabstr) }');
linkres.add('}');
}
{ Write and Close response }
LinkRes.writetodisk;