Lines Matching refs:linker
38 # we need some way for outsiders to feed preprocessor/compiler/linker
44 # should just happily stuff them into the preprocessor/compiler/linker
178 linker = self.linker_exe[:]
180 linker = self.linker_so[:]
183 # is used to set up the linker's environment.
188 if os.path.basename(linker[0]) == "env":
190 while '=' in linker[i]:
193 linker[i] = self.compiler_cxx[i]
196 linker = _osx_support.compiler_fixup(linker, ld_args)
198 self.spawn(linker + ld_args)
222 # to the linker, whereas other compilers just know this.
229 # MacOSX's linker doesn't understand the -R flag at all
278 # We're second-guessing the linker here, with not much hard