> > -LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID)
> This needed to go otherwise you had to rely on all arch makefiles
> used += for LDFLAGS_vmlinux assignments.
This line appears well after include $(srctree)/arch/$(ARCH)/Makefile.
> This will not work as LDFLAGS_BUILD_ID is not exported.
Oops! I wa
On Sun, Jul 22, 2007 at 11:14:46PM -0700, Roland McGrath wrote:
>
> My original makefile patch to use ld --build-id wound up using it in too
> many places. We want it only for the .ko and vmlinux links (and vmlinux
> temporary links that determine the vmlinux layout).
>
> Signed-off-by: Roland M
My original makefile patch to use ld --build-id wound up using it in too
many places. We want it only for the .ko and vmlinux links (and vmlinux
temporary links that determine the vmlinux layout).
Signed-off-by: Roland McGrath <[EMAIL PROTECTED]>
---
Makefile |8 +++-
sc
3 matches
Mail list logo