Commit 4ab26cb4 authored by Derek Buitenhuis's avatar Derek Buitenhuis

configure: Add support for e500mc CPU

Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent edd82267
......@@ -2354,6 +2354,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
......
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