source: rtems/aclocal/canonicalize-tools.m4 @ c47c12b

4.104.114.84.95
Last change on this file since c47c12b was ff65620, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/29/02 at 08:27:53

2002-11-29 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-ccas.m4: New.
  • aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
  • aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
  • aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
  • Property mode set to 100644
File size: 529 bytes
Line 
1dnl
2dnl $Id$
3dnl
4dnl Set target tools
5dnl
6
7AC_DEFUN(RTEMS_CANONICALIZE_TOOLS,
8[AC_REQUIRE([RTEMS_PROG_CC])dnl
9
10dnl FIXME: What shall be done if these tools are not available?
11  RTEMS_CHECK_TOOL(AR,ar,no)
12  RTEMS_CHECK_TOOL(AS,as,no)
13  RTEMS_CHECK_TOOL(LD,ld,no)
14  RTEMS_CHECK_TOOL(NM,nm,no)
15
16dnl special treatment of ranlib
17  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
18
19dnl NOTE: These may not be available if not using gnutools
20  RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
21  RTEMS_CHECK_TOOL(SIZE,size,no)
22  RTEMS_CHECK_TOOL(STRIP,strip,:)
23])
Note: See TracBrowser for help on using the repository browser.