4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

11 lines
152 B
Plaintext
Raw Normal View History

MCORE_BSP_PREFIX=
case "${target}" in
mcore-*-elf)
MCORE_BSP_PREFIX=elf-
;;
mcore-*-pe)
MCORE_BSP_PREFIX=pe-
;;
esac
AC_SUBST(MCORE_BSP_PREFIX)