Home | History | Annotate | Download | only in cpython2

Lines Matching refs:ldflags

465         # Add paths specified in the environment variables LDFLAGS and
472 ('LDFLAGS', '-R', self.compiler.runtime_library_dirs),
473 ('LDFLAGS', '-L', self.compiler.library_dirs),
556 # in OPT and LDFLAGS we might as well use them here.
560 cflags, ldflags = sysconfig.get_config_vars(
561 'CFLAGS', 'LDFLAGS')
566 for item in ldflags.split():