4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-24 17:47:46 +08:00
Mike Frysinger 42f5917f00 libgloss: merge moxie into top-level Makefile
Avoid a recursive make to speed things up a bit.
A moxie-elf build shows installed objects & libs produce same code.
2023-12-29 21:14:56 -05:00

6 lines
216 B
Plaintext

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