From 218bb835cd0c7b4e3c068d0657efd3dae2551166 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 8 Jul 2017 21:08:34 +0200 Subject: build-many-glibcs.py: also build profiled objects --- scripts/build-many-glibcs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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'), -- cgit v1.1