From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by sourceware.org (Postfix) with ESMTPS id CDD623858C83 for ; Wed, 11 Jan 2023 21:17:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CDD623858C83 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oi1-x22d.google.com with SMTP id d188so2656879oia.3 for ; Wed, 11 Jan 2023 13:17:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=99OuUSroimaBx1Ha8xsAYADlwsVHE/uORnHlPBsCkJ4=; b=JzW94rM2DOEWHWNgRb53qa/w2urovx8laLyUckc8CY1Cnm5pOo3j2aR94i1KsfX4SD c4RSCs85yrOtuMWT8yvQCPOJSuWXalAyn7D9bfHnRLI8rdFRD8PSCj0vdARL/zO44n7A 8pW4Nf9yIgDwbAWFUwC4Yqog4X4hSfh3wrQAbYlRq7CnPA6k6oE+ECwlh+vhK7Nvhs7F 4DgeTCvYy96/kD6uBw5JKGpp9VYoJoGTW8olWVjzkwvJspz10nf9u5LcYTHnz8J5QAjQ 0McaEzPpcpZOTrS1O0lwfRa1yrzyo5Im0X6FxWzI7DYOrVZXLA5qPDQYXlBGq7P0EiEO JVZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=99OuUSroimaBx1Ha8xsAYADlwsVHE/uORnHlPBsCkJ4=; b=W38azS0eQxEPl2ri+OZ56WFk/u/EL8dAs0+UtgkDQfPuWTthjO2qf6cBzyevgjmjGs j3hgDLaOC2pghf8JN/eElIZbgdJnckVgkSNz0ZBacQiFiAIvrtEWfERb0wYQHXkLqRH0 rqdW5aymc4m7vFqz6Tq2LA1B1HHHfdluk3FfTIR4FQQx7MGneFtXn4hEGycaXp5pacXs hTmVs2TFLheaqli0e1m7zDlr/sQi+IuL4wnU7emLt9LMol5Xkhys89ddwahQis5xNJx3 AglwcXr7EbhKtQGC0h3Xu8CPR/0BjymVPO4AJn3ObMFJXl9ZXj2Ij14hxLBVahXFUd0l IHtw== X-Gm-Message-State: AFqh2kqEx5gpWJeO4j9ajT/I2svT6tBzJqLhMiJzc9s3j5vb117sUrtZ zpG53JqwCzrxq2p56XumV/2TQp7kD70MsgbsQq0= X-Google-Smtp-Source: AMrXdXu194NkPXqCNHsQYapjOYVBdoo78Ktcl9+pLpmGZBulvUV2Oxr/hvMLfG16UBq7OZCJnRTERQ== X-Received: by 2002:a05:6808:2222:b0:35b:dea6:18fa with SMTP id bd34-20020a056808222200b0035bdea618famr42247432oib.36.1673471836468; Wed, 11 Jan 2023 13:17:16 -0800 (PST) Received: from mandiga.. ([2804:1b3:a7c0:a93a:a504:f3f6:dd7b:801]) by smtp.gmail.com with ESMTPSA id bt25-20020a05683039d900b0066e80774203sm8312210otb.43.2023.01.11.13.17.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Jan 2023 13:17:15 -0800 (PST) From: Adhemerval Zanella To: libc-alpha@sourceware.org, Carlos O'Donell Subject: [PATCH v3 0/2] Refactor binutils configure usage Date: Wed, 11 Jan 2023 18:17:09 -0300 Message-Id: <20230111211711.4001102-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This patchset allows user to override all used binutils tools (ld, ar, objcopy, gprof, nm, objdump, and readel), and remove unused options for build-many-glibcs.py. Changes from v2: * Rewrite commit message. Adhemerval Zanella (2): configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option aclocal.m4 | 12 ++ configure | 295 ++--------------------------------- configure.ac | 4 - scripts/build-many-glibcs.py | 5 - 4 files changed, 27 insertions(+), 289 deletions(-) -- 2.34.1