projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428695b
)
sparc32: pass -m32 when building vmlinux.lds
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Tue, 22 Jul 2008 22:47:17 +0000
(15:47 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 22 Jul 2008 22:47:17 +0000
(15:47 -0700)
Otherwise it breaks since we merged asm/page.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/Makefile
patch
|
blob
|
history
diff --git
a/arch/sparc/Makefile
b/arch/sparc/Makefile
index fef28e267a52fc1e2943d85c7bf3daea8603170e..6668e6037af647adbc9c31b4282027d5ed26fd65 100644
(file)
--- a/
arch/sparc/Makefile
+++ b/
arch/sparc/Makefile
@@
-18,6
+18,7
@@
CHECKFLAGS += -D__sparc__
#KBUILD_CFLAGS += -g -pipe -fcall-used-g5 -fcall-used-g7
KBUILD_CFLAGS += -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
KBUILD_AFLAGS += -m32
+CPPFLAGS_vmlinux.lds += -m32
#LDFLAGS_vmlinux = -N -Ttext 0xf0004000
# Since 2.5.40, the first stage is left not btfix-ed.