diff --git a/architecture/powerpc/config.in b/architecture/powerpc/config.in index 3a27c4747..32316060f 100644 --- a/architecture/powerpc/config.in +++ b/architecture/powerpc/config.in @@ -28,7 +28,7 @@ choice ROCKCFG_POWERPC_ISA powerpc \ powerpc "Utilise the PowerPC ISA" \ powerpc64 "Utilise the PowerPC64 ISA" -choice ROCKCFG_POWERPC_OPT generic \ +choice ROCKCFG_POWERPC_OPT common \ common "No special optimisation" \ rios "Optimised for rios" \ rios1 "Optimised for rios1" \ @@ -70,6 +70,6 @@ if [ $ROCKCFG_POWERPC_ISA != common ] ; then ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_POWERPC_ISA" fi -if [ $ROCKCFG_POWERPC_OPT != generic ] ; then +if [ $ROCKCFG_POWERPC_OPT != common ] ; then ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_POWERPC_OPT" fi