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: b34a40f9c61db153c6f922904db62189108c575e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if test "x$newlib_may_supply_syscalls" = "xyes"; then
  ARM_BUILD_CRT0_TRUE='#'
  ARM_BUILD_CRT0_FALSE=
else
  ARM_BUILD_CRT0_TRUE=
  ARM_BUILD_CRT0_FALSE='#'
fi
AC_SUBST(ARM_BUILD_CRT0_TRUE)
AC_SUBST(ARM_BUILD_CRT0_FALSE)

ARM_OBJTYPE=
case "${target}" in
  *-*-elf | *-*-eabi* | *-*-tirtos*)
	ARM_OBJTYPE=elf-
	;;
  *-*-coff)
	ARM_OBJTYPE=coff-
	;;
esac
AC_SUBST(ARM_OBJTYPE)