Home | History | Annotate | Download | only in cpython3

Lines Matching refs:ldflags

30 set_compiler_flags('LDFLAGS', 'PY_LDFLAGS_NODIST')
556 # Add paths specified in the environment variables LDFLAGS and
563 ('LDFLAGS', '-R', self.compiler.runtime_library_dirs),
564 ('LDFLAGS', '-L', self.compiler.library_dirs),
615 sysroot_paths(('LDFLAGS', 'CC'), system_lib_dirs))
639 # in OPT and LDFLAGS we might as well use them here.
644 cflags, ldflags = sysconfig.get_config_vars(
645 'CFLAGS', 'LDFLAGS')
650 for item in ldflags.split():