Re: [POWERPC] Fix for assembler -g

From: Roland McGrath
Date: Mon Aug 20 2007 - 17:33:18 EST


> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/