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.

41 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: architecture/sh/config.in
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. #Description: SuperH
  15. choice SDECFG_SH_OPT sh \
  16. sh "No special optimisation (SH1)" \
  17. sh2 "Optimise for the SH2" \
  18. sh3 "Optimise for the SH3" \
  19. sh4 "Optimize for the SH4"
  20. choice SDECFG_SH_BOARDDEF dreamcast \
  21. dreamcast "SEGA Dreamcast" \
  22. se7300 "Hitachi SH7300(SH-Mobile V) evaluation board" \
  23. se73180 "Hitachi SH73180(SH-Mobile 3) evaluation board" \
  24. se7751 "Hitachi SH7751 evalutation board" \
  25. se7705 "Hitachi SH7709 or SH7750 evaluation board" \
  26. cqreek "CqREEK SH7708 or SH7750" \
  27. hp680 "HP Jornada HP680" \
  28. microdev "SuperH MicroDev board with an SH4-202 CPU" \
  29. rts7751r2d "Renesas Technology Sales SH-Graphics board" \
  30. sh3 "CTP/PCI-SH03 by Interface Corporation" \
  31. snapgear "SnapGear SH board" \
  32. systemh "Renesas SystemH 7751R evaluation board"
  33. SDECFG_ID="$SDECFG_ID-$SDECFG_SH_OPT"
  34. SDECFGSET_MULTILIB=1
  35. const SDECFG_MULTILIBLIST "m4,m4-nofpu"
  36. SDECFGSET_MULTILIBLIST="m4,m4-nofpu"