Просмотр исходного кода

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

git-svn-id: trunk@29574 -
pierre 10 лет назад
Родитель
Сommit
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 : '';