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.

53 lines
2.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: architecture/mips/config.in
  5. # Copyright (C) 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. choice SDECFG_MIPS_ENDIANESS EB \
  17. EB "Build for big endian machines" \
  18. EL "Build for little endian machines"
  19. SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS_ENDIANESS"
  20. choice SDECFG_MIPS_OPT generic \
  21. generic "No special optimisation" \
  22. 4kc "Optimised for MIPS 4Kc" \
  23. 4km "Optimised for MIPS 4Km" \
  24. 4kp "Optimised for MIPS 4Kp" \
  25. 4kec "Optimised for MIPS 4KEc" \
  26. 4kem "Optimised for MIPS 4KEm" \
  27. 4kep "Optimised for MIPS 4KEp" \
  28. 4ksc "Optimised for MIPS 4KSc" \
  29. 4ksd "Optimised for MIPS 4KSd" \
  30. 24kc "Optimised for MIPS 24Kc" \
  31. 24kf2_1 "Optimised for MIPS 24Kf (2:1 Core/FPU clock ratio)" \
  32. 24kf1_1 "Optimised for MIPS 24Kf (1:1 Core/FPU clock ratio)" \
  33. 24kec "Optimised for MIPS 24KEc" \
  34. 24kef2_1 "Optimised for MIPS 24KEf (2:1 Core/FPU clock ratio)" \
  35. 24kef1_1 "Optimised for MIPS 24KEf (1:1 Core/FPU clock ratio)" \
  36. 34kc "Optimised for MIPS 34Kc" \
  37. 34kf2_1 "Optimised for MIPS 34Kf (2:1 Core/FPU clock ratio)" \
  38. 34kf1_1 "Optimised for MIPS 34Kf (1:1 Core/FPU clock ratio)" \
  39. 74kc "Optimised for MIPS 74Kc" \
  40. 74kf2_1 "Optimised for MIPS 74Kf (2:1 Core/FPU clock ratio)" \
  41. 74kf1_1 "Optimised for MIPS 74Kf (1:1 Core/FPU clock ratio)" \
  42. 74kf3_2 "Optimised for MIPS 74Kf (3:2 Core/FPU clock ratio)" \
  43. 1004kc "Optimised for MIPS 1004Kc" \
  44. 1004kf2_1 "Optimised for MIPS 1004Kf (2:1 Core/FPU clock ratio)" \
  45. 1004kf1_1 "Optimised for MIPS 1004Kf (1:1 Core/FPU clock ratio)"
  46. if [ $SDECFG_MIPS_OPT != generic ] ; then
  47. SDECFG_ID="$SDECFG_ID-$SDECFG_MIPS_OPT"
  48. fi