diff --git a/configure b/configure
index a97198c9ef7d06ddd523b0d5ddf5d914d1ddacab..f43206849c718d3c1df995c390234de3d2af612b 100755
--- a/configure
+++ b/configure
@@ -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