Skip to content
Snippets Groups Projects
Commit 313f9fbf authored by Sean McGovern's avatar Sean McGovern Committed by Mans Rullgard
Browse files

configure: add POWER[5-7] support


Also merge POWER3 and POWER4 configuration together with the additions.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent c02efacc
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment