summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/canonicalize-tools.m4
blob: 8fd551385ccaad1795ac7cee5fdafa6420c27102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl Set target tools

AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
[AC_REQUIRE([RTEMS_PROG_CC])dnl

dnl FIXME: What shall be done if these tools are not available?
  RTEMS_CHECK_TOOL(AR,ar,no)
  RTEMS_CHECK_TOOL(AS,as,no)
  RTEMS_CHECK_TOOL(LD,ld,no)

dnl special treatment of ranlib
  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
])