OSDN Git Service

sparc: add -m64 when building vmlinux.lds
authorSam Ravnborg <sam@ravnborg.org>
Mon, 7 Jul 2008 20:30:35 +0000 (22:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 04:39:11 +0000 (21:39 -0700)
commit9ae95bce73ef2d12fbe32a03ed230a9bef667328
tree1940e5f657a012246225f8e47e0b0f37695307ae
parent597631f2eadc94a1c5109c639af1e575cf587d8b
sparc: add -m64 when building vmlinux.lds

David Miller noticed that the build of vmlinux.lds
failed to use the -m64 specifier.
This caused the build to break with a bi-arch gcc with
unified headers.

Add the -m64 option to CPPFLAGS_vmlinux.lds so we
have the correct defines available when building
vmliux.lds.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
arch/sparc64/Makefile