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