projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301d5bb
)
sparc32: Pass -mcpu=v7 explicitly to gcc.
author
David S. Miller
<davem@davemloft.net>
Sat, 12 May 2012 22:16:45 +0000
(15:16 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 12 May 2012 22:16:45 +0000
(15:16 -0700)
We should be agnostic to what gcc happens to be generating by default.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/Makefile
b/arch/sparc/Makefile
index eddcfb36aafb7da6b7addc5fbb3b9e187022c512..cd2afcc6ecf5a430aa44797bb2aaf4fe482c421b 100644
(file)
--- a/
arch/sparc/Makefile
+++ b/
arch/sparc/Makefile
@@
-30,7
+30,7
@@
export BITS := 32
UTS_MACHINE := sparc
#KBUILD_CFLAGS += -g -pipe -fcall-used-g5 -fcall-used-g7
-KBUILD_CFLAGS += -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
+KBUILD_CFLAGS += -m32 -
mcpu=v7 -
pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
KBUILD_AFLAGS += -m32 -Wa,-Av8
#LDFLAGS_vmlinux = -N -Ttext 0xf0004000