Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752881AbXHTVdR (ORCPT ); Mon, 20 Aug 2007 17:33:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751101AbXHTVdG (ORCPT ); Mon, 20 Aug 2007 17:33:06 -0400 Received: from mx1.redhat.com ([66.187.233.31]:36293 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796AbXHTVdE (ORCPT ); Mon, 20 Aug 2007 17:33:04 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Segher Boessenkool X-Fcc: ~/Mail/linus Cc: Linux Kernel Mailing List , Dave Jones , Paul Mackerras Subject: Re: [POWERPC] Fix for assembler -g In-Reply-To: Segher Boessenkool's message of Monday, 20 August 2007 23:28:33 +0200 <7666a3cee89296540b8ade4bedc1e52e@kernel.crashing.org> X-Windows: it could be worse, but it'll take time. Message-Id: <20070820213259.956EB4D05F4@magilla.localdomain> Date: Mon, 20 Aug 2007 14:32:59 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 597 Lines: 22 > But there is no lparmap.o! lparmap.s is the generated file. Yeah, tell that to scripts/Makefile.lib: _c_flags = $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$(basetarget).o) What would do what a person expects is $(CFLAGS_$(@F)), I think. > Maybe the best fix is > > $(obj)/lparmap.s: CFLAGS += -g0 Whatever works, I don't care. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/