Home | History | Annotate | Download | only in distutils

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
188 linker = self.linker_exe[:]
190 linker = self.linker_so[:]
193 # is used to set up the linker's environment.
198 if os.path.basename(linker[0]) == "env":
200 while '=' in linker[i]:
203 linker[i] = self.compiler_cxx[i]
206 linker = _osx_support.compiler_fixup(linker, ld_args)
208 self.spawn(linker + ld_args)
232 # to the linker, whereas other compilers just know this.
239 # MacOSX's linker doesn't understand the -R flag at all
288 # We're second-guessing the linker here, with not much hard