From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15594 invoked by alias); 3 Dec 2007 13:18:06 -0000 Received: (qmail 14526 invoked by uid 48); 3 Dec 2007 13:17:46 -0000 Date: Mon, 03 Dec 2007 13:18:00 -0000 Message-ID: <20071203131746.14525.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/5291] Bad reference to build directory in libstdc++.la In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bonzini at gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00196.txt.bz2 ------- Comment #29 from bonzini at gnu dot org 2007-12-03 13:17 ------- It might be me, but I cannot see when they are used. Or better, yes, they are used in LTCXXCOMPILE but there a few -L... switches shouldn't make any difference, so you could use CXX_FOR_LIB also in LTCXXCOMPILE (and the same holds for generation of PCH files). At this point, $(CXX) would be unused, and you can simplify things a lot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5291