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: 7115869f3113ed8a509fbfdb187bef2b4143c78e (plain)
1
2
3
4
5
6
7
8
9
10
MCORE_BSP_PREFIX=
case "${target}" in
  mcore-*-elf)
	MCORE_BSP_PREFIX=elf-
	;;
  mcore-*-pe)
	MCORE_BSP_PREFIX=pe-
	;;
esac
AC_SUBST(MCORE_BSP_PREFIX)