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: b7bc56b1ea0d96406e5581e6ab507bd1a96dfc6c (plain)
1
2
3
4
5
dnl Don't build crt0 for moxiebox, which provides crt0 for us.
AS_CASE([${target}],
  [moxie-*-moxiebox*], [MOXIE_BUILD_CRT0=false],
  [MOXIE_BUILD_CRT0=true])
AM_CONDITIONAL([MOXIE_BUILD_CRT0], [$MOXIE_BUILD_CRT0])