OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
1.7 KiB

# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/x86/config.in
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: x86 (AMD, Intel, VIA and compatible)
choice SDECFG_X86_OPT pentiumpro \
generic "No special optimisation" \
i386 "Optimised for Intel 386" \
i486 "Optimised for Intel 486" \
c3 "Optimised for VIA CyrixIII/VIA-C3 (3dNOW!)" \
c3-2 "Optimised for VIA-C3-2 Nehemiah (SSE)" \
pentium "Optimised for Intel Pentium" \
pentium-mmx "Optimised for Intel Pentium with MMX" \
pentiumpro "Optimised for Intel Pentium-Pro" \
pentium2 "Optimised for Intel Pentium 2" \
pentium3 "Optimised for Intel Pentium 3" \
pentium4 "Optimised for Intel Pentium 4" \
pentium-m "Optimised for Intel Pentium M (Centrino, Core)" \
k6 "Optimised for AMD K6" \
k6-2 "Optimised for AMD K6-2" \
k6-3 "Optimised for AMD K6-3" \
athlon "Optimised for AMD Athlon" \
athlon-tbird "Optimised for AMD Athlon Thunderbird" \
athlon-4 "Optimised for AMD Athlon 4" \
athlon-xp "Optimised for AMD Athlon XP" \
athlon-mp "Optimised for AMD Athlon MP"
if [ $SDECFG_X86_OPT != generic ] ; then
SDECFG_ID="$SDECFG_ID-$SDECFG_X86_OPT"
fi