repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes compile failure if REENTRANT_SYSCALLS_PROVIDED and MISSING_SYSCALL_NAMES defined
[newlib-cygwin.git]
/
libgloss
/
moxie
/
acinclude.m4
blob
b7bc56b1ea0d96406e5581e6ab507bd1a96dfc6c
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])