From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27165 invoked by alias); 29 Sep 2009 16:45:04 -0000 Received: (qmail 27112 invoked by uid 22791); 29 Sep 2009 16:45:02 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.150) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Sep 2009 16:44:59 +0000 Received: by ey-out-1920.google.com with SMTP id 13so1016324eye.46 for ; Tue, 29 Sep 2009 09:44:56 -0700 (PDT) Received: by 10.210.7.11 with SMTP id 11mr1467066ebg.5.1254242696746; Tue, 29 Sep 2009 09:44:56 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-brq.redhat.com [62.40.79.66]) by mx.google.com with ESMTPS id 5sm6812eyh.40.2009.09.29.09.44.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Sep 2009 09:44:55 -0700 (PDT) Message-ID: <4AC23984.7090702@gnu.org> Date: Tue, 29 Sep 2009 16:45:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: Ian Lance Taylor CC: "Joseph S. Myers" , Diego Novillo , gcc@gcc.gnu.org, java@gcc.gnu.org, Fortran List Subject: Re: [LTO merge][0/15] Description of the final 15 patches References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00045.txt.bz2 > So all Diego needs to do is pass --enable-shared down to libiberty > when --enable-lto/--enable-gold. The way to do that is something like > the appended. What about just always adding --enable-shared to the host libiberty? Paolo