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

acinclude.m4 « moxie « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77428ee37dede27338b965a797de5341346d9a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl Don't build crt0 for moxiebox, which provides crt0 for us.
case "${target}" in
  moxie-*-moxiebox*)
    MOXIE_BUILD_CRT0_TRUE='#'
    MOXIE_BUILD_CRT0_FALSE=
    ;;
  *)
    MOXIE_BUILD_CRT0_TRUE=
    MOXIE_BUILD_CRT0_FALSE='#'
    ;;
esac
AC_SUBST(MOXIE_BUILD_CRT0_TRUE)
AC_SUBST(MOXIE_BUILD_CRT0_FALSE)