From: Andreas Schwab Date: Sat, 8 Jul 2017 19:08:34 +0000 (+0200) Subject: build-many-glibcs.py: also build profiled objects X-Git-Tag: upstream/2.30~3067 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=218bb835cd0c7b4e3c068d0657efd3dae2551166;p=platform%2Fupstream%2Fglibc.git build-many-glibcs.py: also build profiled objects --- diff --git a/ChangeLog b/ChangeLog index a7daf6e..f7fe7b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-07-08 Andreas Schwab + + * scripts/build-many-glibcs.py (Glibc.build_glibc): Also build + profiled objects. + 2017-07-06 DJ Delorie * manual/tunables.texi: Add missing @end deftp. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 6e5ef91..5fbb564 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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'),