From 43b204dbecc86775ac4943b3624d9895e9021ca5 Mon Sep 17 00:00:00 2001 From: fake Date: Mon, 4 Apr 2005 09:29:33 +0000 Subject: [PATCH] fake: powerpc default config: use powerpc ISA as default, because most people want it, and if you forget to change it you get errors. [2005031617294004033] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5834 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/powerpc/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/powerpc/config.in b/architecture/powerpc/config.in index 4699134f6..be6fe1cbb 100644 --- a/architecture/powerpc/config.in +++ b/architecture/powerpc/config.in @@ -20,7 +20,7 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -choice ROCKCFG_POWERPC_ISA common \ +choice ROCKCFG_POWERPC_ISA powerpc \ common "Utilise the common subset of POWER and PowerPC" \ power "Utilise the POWER ISA" \ power2 "Utilise the POWER2 ISA" \