mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
build-many-glibcs.py: also build profiled objects
This commit is contained in:
@ -1343,6 +1343,7 @@ class Glibc(object):
|
||||
cfg_cmd = [os.path.join(srcdir_copy, 'configure'),
|
||||
'--prefix=/usr',
|
||||
'--enable-add-ons',
|
||||
'--enable-profile',
|
||||
'--build=%s' % self.ctx.build_triplet,
|
||||
'--host=%s' % self.triplet,
|
||||
'CC=%s' % self.tool_name('gcc'),
|
||||
|
Reference in New Issue
Block a user