1
0
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:
Andreas Schwab
2017-07-08 21:08:34 +02:00
parent 51e945a8f9
commit 218bb835cd
2 changed files with 6 additions and 0 deletions

View File

@ -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'),