From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20154 invoked by alias); 24 Oct 2006 21:07:13 -0000 Received: (qmail 19919 invoked by uid 22791); 24 Oct 2006 21:07:13 -0000 X-Spam-Check-By: sourceware.org Received: from metis.extern.pengutronix.de (HELO metis.extern.pengutronix.de) (83.236.181.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Oct 2006 21:07:07 +0000 Received: from localhost ([127.0.0.1]) by metis.extern.pengutronix.de with esmtp (Exim 3.36 #1 (Debian)) id 1GcTUG-0005YK-00; Tue, 24 Oct 2006 23:07:04 +0200 Message-ID: <453E8078.8040605@pengutronix.de> Date: Tue, 24 Oct 2006 21:07:00 -0000 From: Marc Kleine-Budde User-Agent: Thunderbird 1.5.0.7 (X11/20060928) MIME-Version: 1.0 To: Kaz Kylheku CC: gdb@sourceware.org Subject: Re: GDB 6.5: LDFLAGS not passing through to subdirectory configure's. References: <66910A579C9312469A7DF9ADB54A8B7D417F31@exchange.ZeugmaSystems.local> In-Reply-To: <66910A579C9312469A7DF9ADB54A8B7D417F31@exchange.ZeugmaSystems.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00233.txt.bz2 Kaz Kylheku wrote: > The reasons is that in gdb-6.5/Makefile.in, you have this: > LDFLAGS = > instead of > LDFLAGS = @LDFLAGS@ I've noticed that too and filled out a bugreport. It's PR2175. Marc