diff options
Diffstat (limited to 'clang/tools/ccc/ccclib/Tools.py')
| -rw-r--r-- | clang/tools/ccc/ccclib/Tools.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/clang/tools/ccc/ccclib/Tools.py b/clang/tools/ccc/ccclib/Tools.py index ae170d8ac2f..fbf17cb3a73 100644 --- a/clang/tools/ccc/ccclib/Tools.py +++ b/clang/tools/ccc/ccclib/Tools.py @@ -1006,9 +1006,7 @@ class Darwin_X86_LinkTool(Tool):              if arglist.getLastArg(arglist.parser.sharedLibgccOption):                  if not arglist.getLastArg(arglist.parser.m_iphoneosVersionMinOption):                      if macosxVersion < (10,5): -                        # FIXME: gcc does a library search for this -                        # file, this will be be broken currently. -                        cmd_args.append('crt3.o') +                        cmd_args.append(self.toolChain.getFilePath('crt3.o'))          arglist.addAllArgs(cmd_args, arglist.parser.LOption) | 

