mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-21 05:49:19 +08:00
91019da446
Move the minor mcore-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level.
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
MCORE_BSP_PREFIX=
|
|
case "${target}" in
|
|
mcore-*-elf)
|
|
MCORE_BSP_PREFIX=elf-
|
|
;;
|
|
mcore-*-pe)
|
|
MCORE_BSP_PREFIX=pe-
|
|
;;
|
|
esac
|
|
AC_SUBST(MCORE_BSP_PREFIX)
|