Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Dbuild-many-glibcs.py461 cfg = Config(self, **args)
462 if cfg.name in self.configs:
463 print('error: duplicate config %s' % cfg.name)
465 self.configs[cfg.name] = cfg
466 for c in cfg.all_glibcs:
1525 self.configure_args += glibc.cfg
1591 cfg=None, ccopts=None, cflags=None): argument
1609 if cfg is None:
1610 self.cfg = []
1612 self.cfg = cfg

Completed in 7 milliseconds