From patchwork Sat Jul 8 19:15:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 21475 Received: (qmail 73692 invoked by alias); 8 Jul 2017 19:15:58 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 73413 invoked by uid 89); 8 Jul 2017 19:15:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=1756, HX-HELO:sk:mail-ou X-HELO: mail-out.m-online.net X-Auth-Info: dhoS77LQ4+1UJMgMs5ZpRYjnVwPq0XApKWzucSlkPn6TjiIuge6C53zhwUENuvi+ From: Andreas Schwab To: libc-alpha@sourceware.org Subject: build-many-glibcs.py: also build profiled objects X-Yow: KARL MALDEN'S NOSE just won an ACADEMY AWARD!! Date: Sat, 08 Jul 2017 21:15:43 +0200 Message-ID: <87fue6hh9c.fsf@linux-m68k.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 This increases the test coverage. Committed. Andreas. * scripts/build-many-glibcs.py (Glibc.build_glibc): Also build profiled objects. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 6e5ef91c4d..5fbb564a14 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'),