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

acinclude.m4 « aarch64 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df08e871a1e5006d896acbf023722755f5953e3d (plain)
1
2
3
4
5
6
7
AARCH64_OBJTYPE=
case "${target}" in
  *-*-elf)
	AARCH64_OBJTYPE=elf-
	;;
esac
AC_SUBST(AARCH64_OBJTYPE)