Welcome to mirror list, hosted at ThFree Co, Russian Federation.

acinclude.m4 « mcore « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed3fa2e4128f951c2e6ffa00458bc7237205cbde (plain)
1
2
3
4
5
6
7
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])