Searched refs:cfg (Results 1 – 1 of 1) sorted by relevance
461 cfg = Config(self, **args)462 if cfg.name in self.configs:463 print('error: duplicate config %s' % cfg.name)465 self.configs[cfg.name] = cfg466 for c in cfg.all_glibcs:1525 self.configure_args += glibc.cfg1591 cfg=None, ccopts=None, cflags=None): argument1609 if cfg is None:1610 self.cfg = []1612 self.cfg = cfg
Completed in 7 milliseconds