소스 검색

Add x86_64-solaris to the list of supported targetss for as_x86_64_elf64 binary writer

git-svn-id: trunk@29574 -
pierre 10 년 전
부모
커밋
c7e939b243
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/x86_64/cpuelf.pas

+ 1 - 1
compiler/x86_64/cpuelf.pas

@@ -675,7 +675,7 @@ implementation
         asmcmd : '';
         supported_targets : [system_x86_64_linux,system_x86_64_freebsd,
                              system_x86_64_openbsd,system_x86_64_netbsd,
-                             system_x86_64_dragonfly];
+                             system_x86_64_dragonfly,system_x86_64_solaris];
         flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf];
         labelprefix : '.L';
         comment : '';