D | build-many-glibcs.py | 1258 def __init__(self, glibc, headers_dir): argument 1259 self.arch = glibc.compiler.arch 1260 self.srcdir = glibc.compiler.ctx.component_srcdir('linux') 1261 self.builddir = glibc.ctx.component_builddir( 1262 'update-syscalls', glibc.name, 'build-linux') 1509 def __init__(self, glibc): argument 1510 self.srcdir = glibc.ctx.component_srcdir('glibc') 1511 self.use_usr = glibc.os != 'gnu' 1516 '--build=%s' % glibc.ctx.build_triplet, 1517 '--host=%s' % glibc.triplet, [all …]
|