Welcome to mirror list, hosted at ThFree Co, Russian Federation.

acinclude.m4 « mn10300 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93fa5286e8d55f871d257ec85c400e4dbd12321f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MN10300_SCRIPT_LIST=
MN10300_BSP_LIST=
case "${target}" in
  mn10300-*elf)
    MN10300_SCRIPT_LIST="eval sim asb2303 asb2305"
    MN10300_BSP_LIST="libeval.a libcygmon.a"
    ;;
  *)
    MN10300_SCRIPT_LIST="eval sim"
    MN10300_BSP_LIST="libeval.a"
    ;;
esac
AC_SUBST(MN10300_SCRIPT_LIST)
AC_SUBST(MN10300_BSP_LIST)