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.

54 lines
1.8 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: architecture/powerpc/config.in
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- T2-COPYRIGHT-NOTE-END ---
  15. #Description: PowerPC
  16. choice SDECFG_POWERPC_ISA powerpc \
  17. powerpc "Utilise the PowerPC ISA" \
  18. power "Utilise the POWER ISA" \
  19. power2 "Utilise the POWER2 ISA" \
  20. common "Utilise the common subset of POWER and PowerPC" \
  21. 601 "Utilise the mixed POWER/PowerPC (only MPC601) ISA"
  22. choice SDECFG_POWERPC_OPT generic \
  23. generic "No special optimisation" \
  24. rios1 "Optimised for rios1" \
  25. rios2 "Optimised for rios2" \
  26. rsc "Optimised for rsc" \
  27. 601 "Optimised for 601" \
  28. 602 "Optimised for 602" \
  29. 603 "Optimised for 603" \
  30. 603e "Optimised for 603e" \
  31. 604 "Optimised for 604" \
  32. 604e "Optimised for 604e" \
  33. 620 "Optimised for 620" \
  34. 740 "Optimised for 740" \
  35. G3 "Optimised for G3 (750)" \
  36. G4 "Optimised for G4 (74xx)" \
  37. G5 "Optimised for G5 (970)" \
  38. 403 "Optimised for 403" \
  39. 505 "Optimised for 505" \
  40. 801 "Optimised for 801" \
  41. 821 "Optimised for 821" \
  42. 823 "Optimised for 823" \
  43. 860 "Optimised for 860"
  44. if [ $SDECFG_POWERPC_ISA != common ] ; then
  45. SDECFG_ID="$SDECFG_ID-$SDECFG_POWERPC_ISA"
  46. fi
  47. if [ $SDECFG_POWERPC_OPT != generic ] ; then
  48. SDECFG_ID="$SDECFG_ID-$SDECFG_POWERPC_OPT"
  49. fi