Home
last modified time | relevance | path

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

/glibc-2.36/scripts/
Dbuild-many-glibcs.py484 def component_builddir(self, action, config, component, subconfig=None): member in Context
719 builddir = self.component_builddir('host-libraries', None, lib)
1252 self.builddir = config.component_builddir('linux')
1261 self.builddir = glibc.ctx.component_builddir(
1349 def component_builddir(self, component): member in Config
1351 return self.ctx.component_builddir('compilers', self.name, component)
1391 builddir = self.component_builddir(tool_build)
1421 builddir = self.component_builddir('gnumach')
1438 builddir = self.component_builddir('hurd')
1552 self.builddir = glibc.ctx.component_builddir(
[all …]