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.

52 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: architecture/x86-64/config.in
  5. # Copyright (C) 2008 - 2014 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-64 (AMD64, EM64T)
  17. choice SDECFG_X8664_OPT generic \
  18. generic "No special optimisation" \
  19. k8 "Optimised for generic K8" \
  20. opteron "Optimised for AMD Opteron" \
  21. athlon64 "Optimised for AMD Athlon64" \
  22. athlon-fx "Optimised for AMD Athlon-FX" \
  23. k8-sse3 "Optimised for AMD K8 with SSE3" \
  24. opteron-sse3 "Optimised for AMD Opteron with SSE3" \
  25. athlon64-sse3 "Optimised for AMD Athlon64 with SSE3" \
  26. amdfam10 "Optimised for AMD Family 10h Barcelona core based CPUs" \
  27. btver1 "Optimised for AMD Family 14h Bobcat core based CPUs" \
  28. bdver1 "Optimised for AMD Family 15h Bulldozer core based CPUs" \
  29. bdver2 "Optimised for AMD Family 15h Piledriver core based CPUs" \
  30. em64t "Optimised for Intel EM64T (Pentium 4 / Xeon)" \
  31. corei7 "Optimised for Intel Core i3/i5/i7" \
  32. corei7-avx "Optimised for Intel Core i3/i5/i7 with AVX" \
  33. core-avx-i "Optimised for Intel Core i3/i5/i7 IvyBridge" \
  34. core-avx2 "Optimised for Intel Core i3/i5/i7 Haswell"
  35. if [ $SDECFG_X8664_OPT != generic ] ; then
  36. SDECFG_ID="$SDECFG_ID-$SDECFG_X8664_OPT"
  37. fi
  38. if [ "$SDECFG_MULTILIB" == 1 ]; then
  39. eval SDECFG_ABI_$SDECFG_ABI_DEFAULT="1"
  40. comment '- Available multilib ABIs'
  41. bool "64 (64bit)" SDECFG_ABI_64 1
  42. bool "32 (32bit)" SDECFG_ABI_32 1
  43. fi
  44. comment '- Default userland ABI'
  45. choice SDECFG_ABI_DEFAULT 64 \
  46. 64 "64bit" \
  47. 32 "32bit"