Lines Matching full:linker
35 # we need some way for outsiders to feed preprocessor/compiler/linker
41 # should just happily stuff them into the preprocessor/compiler/linker
177 linker = self.linker_exe[:]
179 linker = self.linker_so[:]
182 # is used to set up the linker's environment.
187 if os.path.basename(linker[0]) == "env":
189 while '=' in linker[i]:
192 if os.path.basename(linker[i]) == 'ld_so_aix':
194 # script, so we need to adjust our linker index
199 linker[i+offset] = self.compiler_cxx[i]
202 linker = _osx_support.compiler_fixup(linker, ld_args)
204 self.spawn(linker + ld_args)
228 # be told to pass the -R option through to the linker, whereas
236 # MacOSX's linker doesn't understand the -R flag at all
314 # We're second-guessing the linker here, with not much hard