configure: Add support for e500mc CPU

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Derek Buitenhuis 2012-08-07 12:52:16 -04:00 committed by Michael Niedermayer
parent 13c5069187
commit 9b34ae4a65
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -2634,6 +2634,10 @@ elif enabled ppc; then
cpuflags="-mcpu=cell"
enable ldbrx
;;
e500mc)
cpuflags="-mcpu=e500mc"
disable altivec
;;
e500v2)
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
disable altivec