diff --git a/configure b/configure
index e32cd30a61def579600979c7c347a6691c41d810..d87de6909831f7843aeac5ca94db892d8c5ac167 100755
--- a/configure
+++ b/configure
@@ -1912,6 +1912,14 @@ elif enabled ppc; then
             cpuflags="-mcpu=cell"
             enable ldbrx
         ;;
+        e500v2)
+            cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
+            disable altivec
+        ;;
+        e500)
+            cpuflags="-mcpu=8540 -mhard-float"
+            disable altivec
+        ;;
     esac
 
 elif enabled x86; then