aboutsummaryrefslogtreecommitdiff
path: root/libgloss/moxie/acinclude.m4
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)