4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-04 13:30:39 +08:00

8 lines
250 B
Plaintext
Raw Normal View History

MCORE_BUILD_ELF=false
MCORE_BUILD_PE=false
AS_CASE([${target}],
[mcore-*-elf], [MCORE_BUILD_ELF=true],
[mcore-*-pe], [MCORE_BUILD_PE=true])
AM_CONDITIONAL([MCORE_BUILD_ELF], [$MCORE_BUILD_ELF])
AM_CONDITIONAL([MCORE_BUILD_PE], [$MCORE_BUILD_PE])