projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70168df
)
sparc32: Build kernel with -mcpu=v8
author
David S. Miller
<davem@davemloft.net>
Tue, 15 May 2012 17:48:54 +0000
(10:48 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 15 May 2012 17:48:54 +0000
(10:48 -0700)
With Cypress gone we can generate real hardware integer multiply
and divide instructions at will.
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
7e8040b
..
23f17d1
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 -mcpu=v
7
-pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
+KBUILD_CFLAGS += -m32 -mcpu=v
8
-pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
KBUILD_AFLAGS += -m32 -Wa,-Av8
else