mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 18:50:43 +01:00
compiler: also skip crt1.o for osx 10.9
git-svn-id: trunk@25852 -
This commit is contained in:
parent
40eafc3d82
commit
43b9308929
@ -231,6 +231,8 @@ begin
|
||||
if not(cs_profile in current_settings.moduleswitches) then
|
||||
begin
|
||||
{ 10.8 and later: no crt1.* }
|
||||
if CompareVersionStrings(MacOSXVersionMin,'10.9')>=0 then
|
||||
exit('');
|
||||
if CompareVersionStrings(MacOSXVersionMin,'10.8')>=0 then
|
||||
exit('');
|
||||
{ x86: crt1.10.6.o -> crt1.10.5.o -> crt1.o }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user