From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DNS_FROM_OPENWHOIS, SPF_PASS autolearn=no version=3.2.5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=ZdRNjd3erPJf+i7vHrxch7vJ+bu1E2uypteJ7bs8dcU=; b=pb7XLG5uYnpg2jL/dJYKtHPcPWU158ZYsf3cA/0gAc4l51VQJtuAunxnuSIkRUUCqX bkotkzuvRfTybHI90/HpwAfxQ8cR9N9YKlxkpdVYT8P4G5fiSLyj1Y6yW7oWGwFFa5jF 53hJCE5ATBwiweum1bqb5CMQELAFAViZBMiLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=eAFwHGuLuGvXCYn3pNv+OdYvVeDMVmxg/ALy9vVsRrys2i6uO79ds5g74X/V4ERmcy DQYhCI3JQ2GCzyjGAEEtU31ivlFU+NBSCb2zczdQ9y3r1c/RqLQwh8e6oWPqeePBvKH+ /1yYjdl0OXHiPKSMjlXpvkTRxiCnuzYY/3iZc= MIME-Version: 1.0 In-Reply-To: References: From: Max Ivanov Date: Fri, 19 Mar 2010 00:36:06 +0000 Message-ID: To: ALT Linux Team development discussions Content-Type: text/plain; charset=UTF-8 Subject: Re: [devel] Q: --no-add-needed X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2010 00:36:32 -0000 Archived-At: List-Archive: List-Post: > There is potentially important change in gcc-4.4.3-5 from Fedora. IIUC, they > added --no-add-needed (AKA --no-copy-dt-needed-entries) to default > linker flags. What is expected consequences of this change?