Removed scripts/Create-ParaStatus, which is also obsolete.
[opensde-nopast.git] / architecture / x86 / config.in
blob2f6de40637b0754e3d1f7635054146a7be381253
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: architecture/x86/config.in
5 # Copyright (C) 2006 The OpenSDE Project
6 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # Copyright (C) 1998 - 2003 Clifford Wolf
9 # More information can be found in the files COPYING and README.
11 # This program is free software; you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
13 # the Free Software Foundation; version 2 of the License. A copy of the
14 # GNU General Public License can be found in the file COPYING.
15 # --- SDE-COPYRIGHT-NOTE-END ---
17 #Description: x86 (AMD, Intel, VIA and compatible)
19 choice SDECFG_X86_OPT i486   \
20         generic         "No special optimisation"               \
21         i386            "Optimised for Intel 386"               \
22         i486            "Optimised for Intel 486"               \
23         c3              "Optimised for VIA CyrixIII/VIA-C3"     \
24         c3-2            "Optimised for VIA-C3-2 Nehemiah"       \
25         pentium         "Optimised for Intel Pentium"           \
26         pentium-mmx     "Optimised for Intel Pentium with MMX"  \
27         pentiumpro      "Optimised for Intel Pentium-Pro"       \
28         pentium2        "Optimised for Intel Pentium 2"         \
29         pentium3        "Optimised for Intel Pentium 3"         \
30         pentium4        "Optimised for Intel Pentium 4"         \
31         pentium-m       "Optimised for Intel Pentium M (Centrino, Core)"        \
32         k6              "Optimised for AMD K6"                  \
33         k6-2            "Optimised for AMD K6-2"                \
34         k6-3            "Optimised for AMD K6-3"                \
35         athlon          "Optimised for AMD Athlon"              \
36         athlon-tbird    "Optimised for AMD Athlon Thunderbird"  \
37         athlon-4        "Optimised for AMD Athlon 4"            \
38         athlon-xp       "Optimised for AMD Athlon XP"           \
39         athlon-mp       "Optimised for AMD Athlon MP"
41 if [ $SDECFG_X86_OPT != generic ] ; then
42         SDECFG_ID="$SDECFG_ID-$SDECFG_X86_OPT"