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