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

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: architecture/x86/config.in
  5. # Copyright (C) 2006 - 2009 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2003 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  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 ---
  16. #Description: x86 (AMD, Intel, VIA and compatible)
  17. choice SDECFG_X86_OPT pentiumpro \
  18. generic "No special optimisation" \
  19. i386 "Optimised for Intel 386" \
  20. i486 "Optimised for Intel 486" \
  21. c3 "Optimised for VIA CyrixIII/VIA-C3 (3dNOW!)" \
  22. c3-2 "Optimised for VIA-C3-2 Nehemiah (SSE)" \
  23. pentium "Optimised for Intel Pentium" \
  24. pentium-mmx "Optimised for Intel Pentium with MMX" \
  25. pentiumpro "Optimised for Intel Pentium-Pro" \
  26. pentium2 "Optimised for Intel Pentium 2" \
  27. pentium3 "Optimised for Intel Pentium 3" \
  28. pentium4 "Optimised for Intel Pentium 4" \
  29. pentium-m "Optimised for Intel Pentium M (Centrino, Core)" \
  30. k6 "Optimised for AMD K6" \
  31. k6-2 "Optimised for AMD K6-2" \
  32. k6-3 "Optimised for AMD K6-3" \
  33. athlon "Optimised for AMD Athlon" \
  34. athlon-tbird "Optimised for AMD Athlon Thunderbird" \
  35. athlon-4 "Optimised for AMD Athlon 4" \
  36. athlon-xp "Optimised for AMD Athlon XP" \
  37. athlon-mp "Optimised for AMD Athlon MP"
  38. if [ $SDECFG_X86_OPT != generic ] ; then
  39. SDECFG_ID="$SDECFG_ID-$SDECFG_X86_OPT"
  40. fi