From 343d715cb7b1f9af887872c72bc2a2b0d04e9e33 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 12 May 2008 09:57:35 +0000 Subject: [PATCH] Stefan Fiedler: architecture/powerpc: change optimization from generic to common (according to gcc42 info pages) [2008012519070535690] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9014 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/powerpc/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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