build-many-glibcs.py: also build profiled objects
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 8 Jul 2017 19:08:34 +0000 (21:08 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 8 Jul 2017 19:09:03 +0000 (21:09 +0200)
ChangeLog
scripts/build-many-glibcs.py

index a7daf6e..f7fe7b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 6e5ef91..5fbb564 100755 (executable)
@@ -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'),