[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <7666a3cee89296540b8ade4bedc1e52e@kernel.crashing.org>
Date: Mon, 20 Aug 2007 23:28:33 +0200
From: Segher Boessenkool <segher@...nel.crashing.org>
To: Roland McGrath <roland@...hat.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Dave Jones <davej@...hat.com>,
Paul Mackerras <paulus@...ba.org>
Subject: Re: [POWERPC] Fix for assembler -g
> Hmm. Check the V=1 make output to see that the lparmap.c really got
> the -g0.
> The log says it didn't. Oops! It looks like the patch that got
> committed is
> the one that sets CFLAGS_lparmap.s, but really it needs to set
> CFLAGS_lparmap.o instead (go kbuild). Did I post the wrong one?
> (It's only
> one letter different.) Sorry about that!
But there is no lparmap.o! lparmap.s is the generated file.
Maybe the best fix is
$(obj)/lparmap.s: CFLAGS += -g0
This whole, erm, "cleverness" will go away soon fwiw.
Segher
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists