From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id CF09A394880F for ; Sat, 21 Mar 2020 04:55:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CF09A394880F Received: by mail-wm1-x32b.google.com with SMTP id d1so8533621wmb.2 for ; Fri, 20 Mar 2020 21:55:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=ZUY0UERX8RlTyNEnJeUEnR5Eo1EffkbIJ2rnzCNnCBM=; b=MNNSf+gHh8yfMJFbcq3bK7DgrrgWLgUZ/iJKpgA8O0JFK8NyNvZOrmX2BIc9oC6QH/ k9APhatzcZEBGFpZ4CO1C2txwZhZJReywGI+MHyRkTQ836Yqt4Iko55uZUveoyESRWni 9I11ik1OGf44xwHZSGy2Tls4VE8I1D87wm/CboSK2O2QQdhewXdA1LHDlgFFEXcChueh vzFuxmb6usW7FphWavDekV0lHviLAI+j9+eGkZB3o8Gr+VMUnI7fbflghOVJFXOYbegv HLemHMFfk/fXrI9+9oDVmfP87HL4AzSj9N5RGA+T9nM04ROdCHM6xVKIcA843avH6RGS eubQ== X-Gm-Message-State: ANhLgQ0nmmecpVpgCDWC5ECZ7Dr7tEFBwIFs39UEschUEBGZ57b+XR57 o8FHl/epV0fzZzrAom6bqIL37Bgo X-Google-Smtp-Source: ADFU+vucz2pgMCZ4JSZ9SeWURcZB5CkmGzaz3bPVFZKbEAtoltqRqebluDvQLBjtGednNnondeZKMg== X-Received: by 2002:a05:600c:2c51:: with SMTP id r17mr6044118wmg.64.1584766526609; Fri, 20 Mar 2020 21:55:26 -0700 (PDT) Received: from ?IPv6:2003:ee:6715:5401:e1b0:7aee:6ea6:8979? (p200300EE67155401E1B07AEE6EA68979.dip0.t-ipconnect.de. [2003:ee:6715:5401:e1b0:7aee:6ea6:8979]) by smtp.gmail.com with ESMTPSA id z6sm10917814wrp.95.2020.03.20.21.55.25 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 20 Mar 2020 21:55:26 -0700 (PDT) Subject: Re: [ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64) To: cygwin@cygwin.com References: <8a6c6dcd-c235-a2bd-1437-c7efa8ba529b@t-online.de> From: Marco Atzeri Message-ID: Date: Sat, 21 Mar 2020 05:55:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <8a6c6dcd-c235-a2bd-1437-c7efa8ba529b@t-online.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2020 04:55:29 -0000 Am 20.03.2020 um 20:24 schrieb Hans-Bernhard Bröker: > Am 20.03.2020 um 00:18 schrieb Brian Inglis: >> On 2020-03-18 23:25, Marco Atzeri via Cygwin wrote: > >>> It seems something is adding 5M or more to the normal >>> size of the programs >> >> See attached for summary details by arch, but main points for both >> are, on x86_64: > [...] > > Could this be due to the ginormous number of targets configured into the > build? may be, as it also take ages to full compile with the current configuration: # --enable-shared CYGCONF_ARGS=" --enable-install-libiberty --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-64-bit-bfd --enable-targets=all " I am testing a build dropping the "enable-targets=all" and also forcing the "enable-shared" --enable-shared \ lt_cv_deplibs_check_method=pass_all Hoping it will note ages again.... Marco