From patchwork Mon Jan 2 10:58:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 133809 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B16E7B6FA9 for ; Mon, 2 Jan 2012 21:58:37 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1326106718; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:User-Agent:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=5mok35A3qPT2lJHqNpsM dJrxYjg=; b=SyXDrWVJsbAllqeO9gWyrViDHWb7W40Dfm651noX7bUiW40srZBz /6jXMMrk2xV3FR9FMAiA1baquKnfK94b4bsMSWAUQdDpywYsL6+knxJOJblerjnO 8+WZ4iinT6vsOrs5lP90E78lSCoElUI/xxYyxDVfOZ9PCgWTu5OMt3Q= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=bq4xw9xAgF4AwYH2I/r/BHRKaMtM1F8sEiUqK+OT5RWQ8xfwAbRSn7SnTTeFa1 SqjC0xR0dxb3O7Gm8Rxe+XQjCM+gZjeZt/uH2AMBOCdV7/kwJkVneFOAgU5bB4ce lVirLon21AqN8h3yhbxMav28aleG6HeBMHm4iXlyQoL64=; Received: (qmail 19100 invoked by alias); 2 Jan 2012 10:58:34 -0000 Received: (qmail 19092 invoked by uid 22791); 2 Jan 2012 10:58:33 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 10:58:19 +0000 Received: from relay2.suse.de (nat.nue.novell.com [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 3ED2C8980B for ; Mon, 2 Jan 2012 11:58:18 +0100 (CET) Date: Mon, 2 Jan 2012 11:58:18 +0100 (CET) From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix PR51686 Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Committed. Richard. 2012-01-02 Richard Guenther PR bootstrap/51686 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin. * Makefile.in: Regenerate. Index: Makefile.def =================================================================== --- Makefile.def (revision 182784) +++ Makefile.def (working copy) @@ -314,6 +314,7 @@ dependencies = { module=html-gcc; on=all dependencies = { module=install-gcc ; on=install-fixincludes; }; dependencies = { module=install-gcc ; on=install-lto-plugin; }; dependencies = { module=install-strip-gcc ; on=install-strip-fixincludes; }; +dependencies = { module=install-strip-gcc ; on=install-strip-lto-plugin; }; dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; }; dependencies = { module=configure-libcpp; on=configure-intl; }; Index: Makefile.in =================================================================== --- Makefile.in (revision 182784) +++ Makefile.in (working copy) @@ -42999,6 +42999,7 @@ html-stagefeedback-gcc: maybe-all-build- install-gcc: maybe-install-fixincludes install-gcc: maybe-install-lto-plugin install-strip-gcc: maybe-install-strip-fixincludes +install-strip-gcc: maybe-install-strip-lto-plugin configure-libcpp: configure-libiberty configure-stage1-libcpp: configure-stage1-libiberty