Fixes compile failure if REENTRANT_SYSCALLS_PROVIDED and MISSING_SYSCALL_NAMES defined
[newlib-cygwin.git] / libgloss / moxie / acinclude.m4
blobb7bc56b1ea0d96406e5581e6ab507bd1a96dfc6c
1 dnl Don't build crt0 for moxiebox, which provides crt0 for us.
2 AS_CASE([${target}],
3   [moxie-*-moxiebox*], [MOXIE_BUILD_CRT0=false],
4   [MOXIE_BUILD_CRT0=true])
5 AM_CONDITIONAL([MOXIE_BUILD_CRT0], [$MOXIE_BUILD_CRT0])