mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
build-many-glibcs.py: also build profiled objects
This commit is contained in:
parent
51e945a8f9
commit
218bb835cd
@ -1,3 +1,8 @@
|
||||
2017-07-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* scripts/build-many-glibcs.py (Glibc.build_glibc): Also build
|
||||
profiled objects.
|
||||
|
||||
2017-07-06 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* manual/tunables.texi: Add missing @end deftp.
|
||||
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user