Commit 313f9fbf authored by Sean McGovern's avatar Sean McGovern Committed by Mans Rullgard

configure: add POWER[5-7] support

Also merge POWER3 and POWER4 configuration together with the additions.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent c02efacc
...@@ -2279,9 +2279,12 @@ elif enabled ppc; then ...@@ -2279,9 +2279,12 @@ elif enabled ppc; then
74*|ppc74*|powerpc74*) 74*|ppc74*|powerpc74*)
cpuflags="-mcpu=7400 -mpowerpc-gfxopt" cpuflags="-mcpu=7400 -mpowerpc-gfxopt"
;; ;;
g5|970|ppc970|powerpc970|power4*) g5|970|ppc970|powerpc970)
cpuflags="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64" cpuflags="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
;; ;;
power[3-7]*)
cpuflags="-mcpu=$cpu -mpowerpc-gfxopt -mpowerpc64"
;;
cell) cell)
cpuflags="-mcpu=cell" cpuflags="-mcpu=cell"
enable ldbrx enable ldbrx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment