소스 검색

* commented linker script generation for linux out, causes problems on some machines,
see bug #4317

git-svn-id: trunk@945 -

florian 20 년 전
부모
커밋
1c9a8396b7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      compiler/systems/t_linux.pas

+ 3 - 0
compiler/systems/t_linux.pas

@@ -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;