From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 7D6F33857C44; Thu, 12 Jan 2023 12:24:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D6F33857C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673526256; bh=maFuHYmenZi/xAPmeLajfoFRxK5fpPgKROySjhlJrnw=; h=From:To:Subject:Date:From; b=j7yQctfX3I++DSFmfHQtcOMTMg440FW6OPb260PG4LIc4TTtPI+R5vkNhHwc/YOu4 e4WdLUVDhj4lgirhYfOMsALsnpwqumSTE374ED0p7DdyepWxkJWzZOAEcpjoG+w3se GvK9GGOmDakAoJWhkjqzJvY3RyyIgTYsm6v1vBhY= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: 02abdab0d1a28a36b21ad2f263c94f11fad98f24 X-Git-Newrev: 8b69e064d4bdad173446116e4a1b920814b7d5ec Message-Id: <20230112122416.7D6F33857C44@sourceware.org> Date: Thu, 12 Jan 2023 12:24:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8b69e064d4bdad173446116e4a1b920814b7d5ec commit 8b69e064d4bdad173446116e4a1b920814b7d5ec Author: Adhemerval Zanella Date: Wed Jan 11 18:17:11 2023 -0300 scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option Reviewed-by: Carlos O'Donell Diff: --- scripts/build-many-glibcs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index aade0f9f09..ae1346c96d 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -1521,8 +1521,6 @@ class GlibcPolicyDefault(object): '--host=%s' % glibc.triplet, 'CC=%s' % glibc.tool_name('gcc'), 'CXX=%s' % glibc.tool_name('g++'), - 'RANLIB=%s' % glibc.tool_name('ranlib'), - 'STRIP=%s' % glibc.tool_name('strip'), ] if glibc.os == 'gnu': self.configure_args.append('MIG=%s' % glibc.tool_name('mig'))