Przeglądaj źródła

compiler: revert r25852 since 10.9 is already handled

git-svn-id: trunk@25864 -
paul 11 lat temu
rodzic
commit
d16606b04c
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      compiler/systems/t_bsd.pas

+ 0 - 2
compiler/systems/t_bsd.pas

@@ -231,8 +231,6 @@ begin
       if not(cs_profile in current_settings.moduleswitches) then
       if not(cs_profile in current_settings.moduleswitches) then
         begin
         begin
           { 10.8 and later: no crt1.* }
           { 10.8 and later: no crt1.* }
-          if CompareVersionStrings(MacOSXVersionMin,'10.9')>=0 then
-            exit('');
           if CompareVersionStrings(MacOSXVersionMin,'10.8')>=0 then
           if CompareVersionStrings(MacOSXVersionMin,'10.8')>=0 then
             exit('');
             exit('');
           { x86: crt1.10.6.o -> crt1.10.5.o -> crt1.o }
           { x86: crt1.10.6.o -> crt1.10.5.o -> crt1.o }