From patchwork Mon Feb 10 22:19:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1236027 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109419-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=iy2wrGls; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48GgLN2qB9z9sPF for ; Tue, 11 Feb 2020 09:19:23 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=coGoH3Ky0F15VICa/wSkdLeiseI8b dJwAuaNgNs4y9YWAYazJZhx/BbhF1O0GrPT7OuECQYgFFBsJy44WC7fjBZasCJs8 ddBmkqOZ4ikKHBjBt5tqUyEXA4A2gJuQi2wZ/J7GCPISHeXr3w/w31YXToW26Sae uR5ZMWvvXqSko0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=2PNH57ST3qZt5tphL/uBS6iYvJc=; b=iy2 wrGlsgfnDXBNkVrrl6OXTxXr6KteOMo7rs/tT3Gut3qR+KVRB/TrQVQZ0bBoLe/j mgOtmCwDfiBI4oB7mJrvlhbKGLfW+LyfzpKOl/p/4RQNXCduGnP6vVuGqc5hxjV+ BBibU0J6iQafb8wSEyadynta2o0/YtfFh/XsP8zM= Received: (qmail 127561 invoked by alias); 10 Feb 2020 22:19:17 -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 127553 invoked by uid 89); 10 Feb 2020 22:19:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1076 X-HELO: esa4.mentor.iphmx.com IronPort-SDR: cxWAQf34waaDTgUr6qLwtffi+WlX2oLrzstEhXAwYBBLTas+MDXCAlWi3hp1uUqCyApJuJxMC4 rYNNozkYWULNCnKzqdW2FyG/E4qjB9OMseNJnO9ZCABqakRErfHA+rAwuI2QRdN9BAD2vo0q07 pNibFPXTzFJPWuKuirLaIFcfKASbiQYQxDDDUEE3FM+IqjvMZ77SqgN9qEW68jm7ECJeii0zcz pisY/gRQ4Wr6FBujRT4wYaXwP/coceP7OoIzEt/hrHMT+RAHPam8KmyC5GZhS0Q3BuJx+GBOsF sfM= IronPort-SDR: VnujdoIfQGQuPHjdN+EpJ2Gkxw9X2+V2+ZnzDf8MCj1mP4VLwN6sTbhjGfnS6qKuKAINhYnRI/ WFszbwbtbQK7/9UBheJh/dP3cp91RMiIPvvJmnDxPlGJo72/B3yAf1Q5vQHoRU7Q9kJBRIgkjb C8lptUG4iheoL/g9iwY1YJudREC4kN16cWc3gmf+2oF77r3dCvhoJ1cMQyQfX8skzN1dUgu1ww AOra8P5wtwiKr5iR0d29eVHoK8zVZOIkunOpi/u1KE+roul23RwfeIE9pwCDjBH3tlm8LMpcN4 ojI= Date: Mon, 10 Feb 2020 22:19:03 +0000 From: Joseph Myers To: Subject: Use --disable-gdbserver in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Now that binutils-gdb has gdbserver at top level, an extra --disable-gdbserver configure option is needed when configuring binutils from a git checkout to avoid it also building gdbserver unnecessarily (although fairly harmlessly). This patch updates the options used in build-many-glibcs.py accordingly (although this might end up not being needed depending on what happens regarding whether gdbserver gets built for host != target). Tested with a build-many-glibcs.py compilers build for aarch64-linux-gnu using binutils-gdb master. --- Committed. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 3625e667a9..6add364720 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -1290,6 +1290,7 @@ class Config(object): cmdlist.use_path(self.bindir) self.build_cross_tool(cmdlist, 'binutils', 'binutils', ['--disable-gdb', + '--disable-gdbserver', '--disable-libdecnumber', '--disable-readline', '--disable-sim'])