提交 313f9fbf 编写于 作者: S Sean McGovern 提交者: Mans Rullgard

configure: add POWER[5-7] support

Also merge POWER3 and POWER4 configuration together with the additions.
Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 c02efacc
......@@ -2279,9 +2279,12 @@ elif enabled ppc; then
74*|ppc74*|powerpc74*)
cpuflags="-mcpu=7400 -mpowerpc-gfxopt"
;;
g5|970|ppc970|powerpc970|power4*)
g5|970|ppc970|powerpc970)
cpuflags="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
;;
power[3-7]*)
cpuflags="-mcpu=$cpu -mpowerpc-gfxopt -mpowerpc64"
;;
cell)
cpuflags="-mcpu=cell"
enable ldbrx
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册