From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28910 invoked by alias); 3 Dec 2007 12:57:31 -0000 Received: (qmail 28865 invoked by uid 48); 3 Dec 2007 12:57:09 -0000 Date: Mon, 03 Dec 2007 12:57:00 -0000 Message-ID: <20071203125709.28863.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: "peb at mppmu dot mpg dot de" 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/msg00194.txt.bz2 ------- Comment #28 from peb at mppmu dot mpg dot de 2007-12-03 12:57 ------- (In reply to comment #27) > It seems to me that the "old" RAW_CXX_FOR_TARGET is unused after the patch. > Can you confirm? > I don't think so. The toplevel Makefile.in contains the lines RAW_CXX_TARGET_EXPORTS = \ CXX_FOR_TARGET="$(RAW_CXX_FOR_TARGET)"; export CXX_FOR_TARGET; \ CXX="$(RAW_CXX_FOR_TARGET)"; export CXX; and the exported values of CXX_FOR_TARGET and CXX are subsequently used in the libstdc++-v3 and libjava subdirs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5291