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:
f49a0c9
)
arch/powerpc: Remove duplicate/redundant Altivec entries
author
Matthew McClintock
<msm@freescale.com>
Tue, 7 Sep 2010 08:56:55 +0000
(08:56 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Mon, 28 Nov 2011 00:42:09 +0000
(11:42 +1100)
In lieu of having multiple similiar lines, we can just have one
generic cpu-as line for CONFIG_ALTIVEC
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/Makefile
b/arch/powerpc/Makefile
index 70ba0c0a1223d475cd2d2c2cdfddbf5b901a7527..59f462b796b3f94cd8fc902d9da1589599b5f99a 100644
(file)
--- a/
arch/powerpc/Makefile
+++ b/
arch/powerpc/Makefile
@@
-131,8
+131,7
@@
KBUILD_CFLAGS += -mno-sched-epilog
endif
cpu-as-$(CONFIG_4xx) += -Wa,-m405
-cpu-as-$(CONFIG_6xx) += -Wa,-maltivec
-cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec
+cpu-as-$(CONFIG_ALTIVEC) += -Wa,-maltivec
cpu-as-$(CONFIG_E500) += -Wa,-me500
cpu-as-$(CONFIG_E200) += -Wa,-me200