4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-23 23:47:22 +08:00

6 lines
216 B
Plaintext
Raw Normal View History

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])