Re: [PATCH] Move --build-id option

2007-07-23 Thread Roland McGrath
> > -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

Re: [PATCH] Move --build-id option

2007-07-22 Thread Sam Ravnborg
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

[PATCH] Move --build-id option

2007-07-22 Thread Roland McGrath
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