2368c31
changeset:   6240:77473bfeaa7a
2368c31
tag:         tip
2368c31
user:        Panu Matilainen <pmatilai@redhat.com>
2368c31
date:        Fri Jan 25 17:33:35 2008 +0200
2368c31
files:       installplatform
2368c31
description:
2368c31
Urgh, add geode to x86_64 secondary arch subst-crack...
2368c31
(transplanted from 1196f54f1c475819b16c419f3f060c9fe3ff1e91)
2368c31
2368c31
2368c31
diff -r 8e1c3b69d2af -r 77473bfeaa7a installplatform
2368c31
--- a/installplatform	Fri Jan 25 14:08:27 2008 +0200
2368c31
+++ b/installplatform	Fri Jan 25 17:33:35 2008 +0200
2368c31
@@ -36,7 +36,7 @@ case "$arch" in
2368c31
   sparc*) SUBSTS='s_sparc\(64\|64v\|v9v\|v9\)_sparc_ s_sparc64_sparcv9_;s_sparc\([^v]\|$\)_sparcv9\1_ s_sparcv9_sparc64_;s_sparc\([^6]\|$\)_sparc64\1_' ;;
2368c31
   powerpc*|ppc*) SUBSTS='s_ppc64_ppc_ s_ppc\([^6ip]\|$\)_ppc64\1_ s_ppc\([^6ip]\|$\)_ppciseries_ s_ppc\([^6ip]\|$\)_ppcpseries_ s_ppc\([^6ip]\|$\)_ppc64iseries_ s_ppc\([^6ip]\|$\)_ppc64pseries_' ;;
2368c31
   s390*) SUBSTS='s_s390x_s390_ s_s390\([^x]\|$\)_s390x\1_' ;;
2368c31
-  x86_64|amd64|ia32e) SUBSTS='s,x86_64,x86_64, s,x86_64,ia32e, s,x86_64,amd64, s,x86_64,i386, s,x86_64,i486, s,x86_64,i586, s,x86_64,i686, s,x86_64,pentium3, s,x86_64,pentium4, s,x86_64,athlon,' ;;
2368c31
+  x86_64|amd64|ia32e) SUBSTS='s,x86_64,x86_64, s,x86_64,ia32e, s,x86_64,amd64, s,x86_64,i386, s,x86_64,i486, s,x86_64,i586, s,x86_64,i686, s,x86_64,pentium3, s,x86_64,pentium4, s,x86_64,athlon, s,x86_64,geode,' ;;
2368c31
   *) SUBSTS=y___ ;;
2368c31
 esac
2368c31
 
2368c31