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

acinclude.m4 « arm « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d61474d3ade243bf3072298b7fa8d241afce850a (plain)
1
2
3
4
5
6
7
8
9
10
ARM_OBJTYPE=
case "${target}" in
  *-*-elf | *-*-eabi* | *-*-tirtos*)
	ARM_OBJTYPE=elf-
	;;
  *-*-coff)
	ARM_OBJTYPE=coff-
	;;
esac
AC_SUBST(ARM_OBJTYPE)