From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11632 invoked by alias); 29 Sep 2009 14:56:32 -0000 Received: (qmail 11605 invoked by uid 22791); 29 Sep 2009 14:56:32 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Sep 2009 14:56:26 +0000 Received: from spaceape8.eur.corp.google.com (spaceape8.eur.corp.google.com [172.28.16.142]) by smtp-out.google.com with ESMTP id n8TEuNZV031524; Tue, 29 Sep 2009 15:56:23 +0100 Received: from yxe29 (yxe29.prod.google.com [10.190.2.29]) by spaceape8.eur.corp.google.com with ESMTP id n8TEuK8h017584; Tue, 29 Sep 2009 07:56:20 -0700 Received: by yxe29 with SMTP id 29so5965669yxe.14 for ; Tue, 29 Sep 2009 07:56:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.74.13 with SMTP id w13mr4720262ana.168.1254236180147; Tue, 29 Sep 2009 07:56:20 -0700 (PDT) In-Reply-To: References: Date: Tue, 29 Sep 2009 14:56:00 -0000 Message-ID: Subject: Re: [LTO merge][0/15] Description of the final 15 patches From: Diego Novillo To: Ian Lance Taylor Cc: "Joseph S. Myers" , gcc@gcc.gnu.org, java@gcc.gnu.org, Fortran List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00044.txt.bz2 On Tue, Sep 29, 2009 at 10:47, Ian Lance Taylor wrote: > So all Diego needs to do is pass --enable-shared down to libiberty > when --enable-lto/--enable-gold. =C2=A0The way to do that is something li= ke > the appended. Thanks. Testing. Diego.